예제 #1
0
 public static UIntPtr VirtualQueryExCustom(IntPtr hProcess, UIntPtr lpAddress,
                                            out Classes.MEMORY_BASIC_INFORMATION32 lpBuffer)
예제 #2
0
 public static extern UIntPtr Native_VirtualQueryEx(IntPtr hProcess, UIntPtr lpAddress,
                                                    out Classes.MEMORY_BASIC_INFORMATION32 lpBuffer, UIntPtr dwLength);