public static extern int NtWow64QueryVirtualMemory64(
     IntPtr hProcess,
     long lpAddress,
     MEMORY_INFORMATION_CLASS memoryInformationClass,
     IntPtr lpBuffer, // MEMORY_BASIC_INFORMATION_WOW64, pointer must be 64-bit aligned
     long memoryInformationLength,
     ref long returnLength);
示例#2
0
 public static extern int NtWow64QueryVirtualMemory64(
     IntPtr hProcess,
     long lpAddress,
     MEMORY_INFORMATION_CLASS memoryInformationClass,
     IntPtr lpBuffer, // MEMORY_BASIC_INFORMATION_WOW64, pointer must be 64-bit aligned
     long memoryInformationLength,
     ref long returnLength);