Undocumented functions of NTDLL

2OO1, 15 April


MEMORY_BASIC_INFORMATION
MEMORY_BASIC_INFORMATION

typedef struct _MEMORY_BASIC_INFORMATION {

PVOID BaseAddress; PVOID AllocationBase; ULONG AllocationProtect; ULONG RegionSize; ULONG State; ULONG Protect; ULONG Type; } MEMORY_BASIC_INFORMATION, *PMEMORY_BASIC_INFORMATION;



Structure MEMORY_BASIC_INFORMATION is returned as a reselt of call NtQueryVirtualMemory with MemoryBasicInformation information class. It's also descripted in Ms SDK.






Documented by:
Tomasz Nowak



Requirements:
Library: ntdll.lib


See also:
MEMORY_INFORMATION_CLASS
NtAllocateVirtualMemory
NtProtectVirtualMemory
NtQueryVirtualMemory