KEY_SET_INFORMATION_CLASS-Enumeration (wdm.h)
Der KEY_SET_INFORMATION_CLASS Enumerationstyp stellt den Typ der Informationen dar, die für einen Registrierungsschlüssel festgelegt werden sollen.
Syntax
typedef enum _KEY_SET_INFORMATION_CLASS {
KeyWriteTimeInformation,
KeyWow64FlagsInformation,
KeyControlFlagsInformation,
KeySetVirtualizationInformation,
KeySetDebugInformation,
KeySetHandleTagsInformation,
KeySetLayerInformation,
MaxKeySetInfoClass
} KEY_SET_INFORMATION_CLASS;
Konstanten
KeyWriteTimeInformation Gibt an, dass eine KEY_WRITE_TIME_INFORMATION-Struktur angegeben wird. |
KeyWow64FlagsInformation Ist für das System reserviert. |
KeyControlFlagsInformation Ist für das System reserviert. |
KeySetVirtualizationInformation Ist für das System reserviert. |
KeySetDebugInformation Ist für das System reserviert. |
KeySetHandleTagsInformation Ist für das System reserviert. |
KeySetLayerInformation |
MaxKeySetInfoClass Diese Memberkonstante ist immer der maximale Wert in der Enumeration. |
Hinweise
Eine RegistryCallback-Routine kann einen Zeiger auf eine KEY_SET_INFORMATION_CLASS-Struktur als Eingabeparameter empfangen.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Verfügbar ab Windows XP. |
Header | wdm.h (einschließlich Wdm.h, Ntddk.h, Ntifs.h) |