internal static extern IntPtr VirtualQueryEx(IntPtr processHandle, IntPtr baseAddress, out MemoryBasicInformation memoryInformation, IntPtr size);
 internal static extern IntPtr VirtualQueryEx(IntPtr processHandle, IntPtr baseAddress, out MemoryBasicInformation memoryInformation, IntPtr size);