enumerazione MEMORY_INFORMATION_CLASS (ntifs.h)

Definisce classi di informazioni sulla memoria che possono essere recuperate tramite la funzione ZwQueryVirtualMemory .

Sintassi

typedef enum _MEMORY_INFORMATION_CLASS {
  MemoryBasicInformation
} MEMORY_INFORMATION_CLASS;

Costanti

 
MemoryBasicInformation
Le informazioni sulla memoria descritte nella struttura MEMORY_BASIC_INFORMATION verranno recuperate.

Commenti

Attualmente, solo il valore MemoryBasicInformation è supportato per l'uso con la routine ZwQueryVirtualMemory .

Requisiti

Requisito Valore
Client minimo supportato Windows 10
Intestazione ntifs.h

Vedi anche

ZwQueryVirtualMemory