Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Header | ntifs.h |