Bnet.Patcher.Program.ReadProcessMemory C# (CSharp) 메소드

ReadProcessMemory() 개인적인 메소드

private ReadProcessMemory ( IntPtr hProcess, int lpBaseAddress, byte &lpBuffer, int dwSize, IntPtr lpNumberOfBytesRead ) : bool
hProcess System.IntPtr
lpBaseAddress int
lpBuffer byte
dwSize int
lpNumberOfBytesRead System.IntPtr
리턴 bool
        static extern bool ReadProcessMemory(IntPtr hProcess, int lpBaseAddress, out byte lpBuffer, int dwSize, IntPtr lpNumberOfBytesRead);