Kernel32VirtualQuery Method

Overload List

VirtualQuery(IntPtr, MemoryBasicInformation32, IntPtr) Retrieves information about a range of pages in the virtual address space of the calling (current) process.
VirtualQuery(IntPtr, MemoryBasicInformation64, IntPtr) Retrieves information about a range of pages in the virtual address space of the calling (current) process.
VirtualQuery(UIntPtr, MemoryBasicInformation32, IntPtr) Retrieves information about a range of pages in the virtual address space of the calling (current) process.
VirtualQuery(UIntPtr, MemoryBasicInformation64, IntPtr) Retrieves information about a range of pages in the virtual address space of the calling (current) process.

See Also