Exemplo n.º 1
0
 public static UIntPtr VirtualQueryExCustom(IntPtr hProcess, UIntPtr lpAddress,
                                            out Classes.MEMORY_BASIC_INFORMATION32 lpBuffer)
Exemplo n.º 2
0
 public static extern UIntPtr Native_VirtualQueryEx(IntPtr hProcess, UIntPtr lpAddress,
                                                    out Classes.MEMORY_BASIC_INFORMATION32 lpBuffer, UIntPtr dwLength);