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'uso del sistema. |
KeyVirtualizationInformation Viene fornita una struttura KEY_VIRTUALIZATION_INFORMATION. |
KeyHandleTagsInformation Riservato per l'uso del sistema. |
KeyTrustInformation |
KeyLayerInformation |
MaxKeyInfoClass Valore massimo in questo tipo di enumerazione. |
Osservazioni
Usare i valori KEY_INFORMATION_CLASS per specificare il tipo di dati da fornire alle routine ZwEnumerateKey e ZwQueryKey.
Fabbisogno
Requisito | Valore |
---|---|
intestazione | wdm.h (include Wdm.h, Ntddk.h, Ntifs.h) |