Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines classes of memory information that can be retrieved by using the ZwQueryVirtualMemory function.
Syntax
typedef enum _MEMORY_INFORMATION_CLASS {
MemoryBasicInformation
} MEMORY_INFORMATION_CLASS;
Constants
MemoryBasicInformationMemory information described in the MEMORY_BASIC_INFORMATION structure will be retrieved. |
Remarks
Currently, only the MemoryBasicInformation value is supported for use with the ZwQueryVirtualMemory routine.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 |
| Header | ntifs.h |