KEY_SET_INFORMATION_CLASS enumeration (wdm.h)

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

 
KeyWriteTimeInformation
Indicates that a KEY_WRITE_TIME_INFORMATION structure is supplied.
KeyWow64FlagsInformation
Reserved for system use.
KeyControlFlagsInformation
Reserved for system use.
KeySetVirtualizationInformation
Reserved for system use.
KeySetDebugInformation
Reserved for system use.
KeySetHandleTagsInformation
Reserved for system use.
KeySetLayerInformation
MaxKeySetInfoClass
This 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)

See also

KEY_WRITE_TIME_INFORMATION

RegistryCallback