예제 #1
0
파일: Imports.cs 프로젝트: zaafar/ExileApi
 internal static extern int VirtualQueryEx(SafeMemoryHandle hProcess, IntPtr lpAddress, out MemoryBasicInformation lpBuffer,
                                           int dwLength);
예제 #2
0
파일: Imports.cs 프로젝트: zaafar/ExileApi
 internal static extern int VirtualQuery(IntPtr lpAddress, out MemoryBasicInformation lpBuffer, int dwLength);