Beispiel #1
0
 public static extern int VirtualQueryEx(
     IntPtr hProcess,
     IntPtr lpAddress,
     out MEMORY_BASIC_INFORMATION lpBuffer,
     IntPtr dwLength);
Beispiel #2
0
 public static extern int VirtualQueryEx(
     IntPtr hProcess,
     IntPtr lpAddress,
     out MEMORY_BASIC_INFORMATION lpBuffer,
     uint dwLength);