Condividi tramite


enumerazione MEMORY_INFORMATION_CLASS (ntifs.h)

Definisce le classi di informazioni sulla memoria che è possibile recuperare usando la funzione ZwQueryVirtualMemory.

Sintassi

typedef enum _MEMORY_INFORMATION_CLASS {
  MemoryBasicInformation
} MEMORY_INFORMATION_CLASS;

Costanti

 
MemoryBasicInformation
Verranno recuperate le informazioni sulla memoria descritte nella struttura MEMORY_BASIC_INFORMATION.

Osservazioni

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

Fabbisogno

Requisito Valore
client minimo supportato Windows 10
intestazione ntifs.h

Vedere anche

ZwQueryVirtualMemory