MEMORY_INFORMATION_CLASS enumeration (ntifs.h)

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

 
MemoryBasicInformation
Memory 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

   
Minimum supported client Windows 10
Header ntifs.h

See also

ZwQueryVirtualMemory