enumerazione KEY_INFORMATION_CLASS (wdm.h)

Il tipo di enumerazione KEY_INFORMATION_CLASS rappresenta il tipo di informazioni da fornire su una chiave del Registro di sistema.

Sintassi

typedef enum _KEY_INFORMATION_CLASS {
  KeyBasicInformation,
  KeyNodeInformation,
  KeyFullInformation,
  KeyNameInformation,
  KeyCachedInformation,
  KeyFlagsInformation,
  KeyVirtualizationInformation,
  KeyHandleTagsInformation,
  KeyTrustInformation,
  KeyLayerInformation,
  MaxKeyInfoClass
} KEY_INFORMATION_CLASS;

Costanti

 
KeyBasicInformation
Viene fornita una struttura KEY_BASIC_INFORMATION .
KeyNodeInformation
Viene fornita una struttura KEY_NODE_INFORMATION .
KeyFullInformation
Viene fornita una struttura KEY_FULL_INFORMATION .
KeyNameInformation
Viene fornita una struttura KEY_NAME_INFORMATION .
KeyCachedInformation
Viene fornita una struttura KEY_CACHED_INFORMATION .
KeyFlagsInformation
Riservato per l'utilizzo nel sistema.
KeyVirtualizationInformation
Viene fornita una struttura KEY_VIRTUALIZATION_INFORMATION .
KeyHandleTagsInformation
Riservato per l'utilizzo nel sistema.
KeyTrustInformation
KeyLayerInformation
MaxKeyInfoClass
Valore massimo in questo tipo di enumerazione.

Commenti

Usare i valori KEY_INFORMATION_CLASS per specificare il tipo di dati da fornire dalle routine ZwEnumerateKey e ZwQueryKey .

Requisiti

Requisito Valore
Intestazione wdm.h (include Wdm.h, Ntddk.h, Ntifs.h)

Vedi anche

KEY_BASIC_INFORMATION

KEY_CACHED_INFORMATION

KEY_FULL_INFORMATION

KEY_NAME_INFORMATION

KEY_NODE_INFORMATION

KEY_VIRTUALIZATION_INFORMATION

ZwEnumerateKey

ZwQueryKey