Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 521 Bytes

memory_information_class.md

File metadata and controls

18 lines (10 loc) · 521 Bytes

This enumeration is documented in Windows Driver Kit.


Enumeration type MEMORY_INFORMATION_CLASS specify type of information returned in a call to NtQueryVirtualMemory function. Currently only one class is defined.

MemoryBasicInformation

Result buffer contains structure MEMORY_BASIC_INFORMATION.

Documented by

  • Tomasz Nowak

See also

  • MEMORY_BASIC_INFORMATION
  • NtQueryVirtualMemory