BNS_ACT_Plugin.LogWriter.ReadProcessMemory C# (CSharp) Method

ReadProcessMemory() private method

private ReadProcessMemory ( IntPtr hProcess, IntPtr lpBaseAddress, byte lpBuffer, IntPtr nSize, IntPtr &lpNumberOfBytesRead ) : bool
hProcess System.IntPtr
lpBaseAddress System.IntPtr
lpBuffer byte
nSize System.IntPtr
lpNumberOfBytesRead System.IntPtr
return bool
        internal static extern bool ReadProcessMemory(IntPtr hProcess, IntPtr lpBaseAddress, byte[] lpBuffer, IntPtr nSize, ref IntPtr lpNumberOfBytesRead);