enumerazione KEY_SET_INFORMATION_CLASS (wdm.h)

Il tipo di enumerazione KEY_SET_INFORMATION_CLASS rappresenta il tipo di informazioni da impostare per una chiave del Registro di sistema.

Sintassi

typedef enum _KEY_SET_INFORMATION_CLASS {
  KeyWriteTimeInformation,
  KeyWow64FlagsInformation,
  KeyControlFlagsInformation,
  KeySetVirtualizationInformation,
  KeySetDebugInformation,
  KeySetHandleTagsInformation,
  KeySetLayerInformation,
  MaxKeySetInfoClass
} KEY_SET_INFORMATION_CLASS;

Costanti

 
KeyWriteTimeInformation
Indica che viene fornita una struttura KEY_WRITE_TIME_INFORMATION .
KeyWow64FlagsInformation
Riservato per l'utilizzo nel sistema.
KeyControlFlagsInformation
Riservato per l'utilizzo nel sistema.
KeySetVirtualizationInformation
Riservato per l'utilizzo nel sistema.
KeySetDebugInformation
Riservato per l'utilizzo nel sistema.
KeySetHandleTagsInformation
Riservato per l'utilizzo nel sistema.
KeySetLayerInformation
MaxKeySetInfoClass
Questa costante membro è sempre il valore massimo nell'enumerazione .

Commenti

Una routine RegistryCallback può ricevere un puntatore a una struttura KEY_SET_INFORMATION_CLASS come parametro di input.

Requisiti

Requisito Valore
Client minimo supportato Disponibile a partire da Windows XP.
Intestazione wdm.h (include Wdm.h, Ntddk.h, Ntifs.h)

Vedi anche

KEY_WRITE_TIME_INFORMATION

RegistryCallback