Kernel32VirtualQueryEx Method

Overload List

VirtualQueryEx(IntPtr, IntPtr, MemoryBasicInformation32, IntPtr) Retrieves information about a range of pages within the virtual address space of a specified process.
VirtualQueryEx(IntPtr, IntPtr, MemoryBasicInformation32, UInt32) Retrieves information about a range of pages within the virtual address space of a specified process.
VirtualQueryEx(IntPtr, IntPtr, MemoryBasicInformation64, IntPtr) Retrieves information about a range of pages within the virtual address space of a specified process.
VirtualQueryEx(IntPtr, IntPtr, MemoryBasicInformation64, UInt32) Retrieves information about a range of pages within the virtual address space of a specified process.
VirtualQueryEx(IntPtr, UIntPtr, MemoryBasicInformation32, IntPtr) Retrieves information about a range of pages within the virtual address space of a specified process.
VirtualQueryEx(IntPtr, UIntPtr, MemoryBasicInformation32, UInt32) Retrieves information about a range of pages within the virtual address space of a specified process.
VirtualQueryEx(IntPtr, UIntPtr, MemoryBasicInformation64, IntPtr) Retrieves information about a range of pages within the virtual address space of a specified process.
VirtualQueryEx(IntPtr, UIntPtr, MemoryBasicInformation64, UInt32) Retrieves information about a range of pages within the virtual address space of a specified process.

See Also