Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The KEY_SET_INFORMATION_CLASS enumeration type represents the type of information to set for a registry key.
Syntax
typedef enum _KEY_SET_INFORMATION_CLASS {
KeyWriteTimeInformation,
KeyWow64FlagsInformation,
KeyControlFlagsInformation,
KeySetVirtualizationInformation,
KeySetDebugInformation,
KeySetHandleTagsInformation,
KeySetLayerInformation,
MaxKeySetInfoClass
} KEY_SET_INFORMATION_CLASS;
Constants
KeyWriteTimeInformationIndicates that a KEY_WRITE_TIME_INFORMATION structure is supplied. |
KeyWow64FlagsInformationReserved for system use. |
KeyControlFlagsInformationReserved for system use. |
KeySetVirtualizationInformationReserved for system use. |
KeySetDebugInformationReserved for system use. |
KeySetHandleTagsInformationReserved for system use. |
KeySetLayerInformation |
MaxKeySetInfoClassThis member constant is always the maximum value in the enumeration. |
Remarks
A RegistryCallback routine can receive a pointer to a KEY_SET_INFORMATION_CLASS structure as an input parameter.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Available starting with Windows XP. |
| Header | wdm.h (include Wdm.h, Ntddk.h, Ntifs.h) |