Undocumented functions of NTDLL

2OOO, 5 December


NtQueryVirtualMemory
NtQueryVirtualMemory

NTSYSAPI 
NTSTATUS
NTAPI

NtQueryVirtualMemory(
IN HANDLE ProcessHandle, IN PVOID BaseAddress, IN MEMORY_INFORMATION_CLASS MemoryInformationClass, OUT PVOID Buffer, IN ULONG Length, OUT PULONG ResultLength OPTIONAL );



Function NtQueryVirtualMemory retrieves parameters of queried memory block.



Requirements:
Library: ntdll.lib


See also:
MEMORY_BASIC_INFORMATION
MEMORY_INFORMATION_CLASS
NtAllocateVirtualMemory
NtFreeVirtualMemory
NtLockVirtualMemory
NtProtectVirtualMemory