KEY_USER_FLAGS_INFORMATION structure

The KEY_USER_FLAGS_INFORMATION structure is used by the system to set the user flags for a registry key.

Syntax

typedef struct _KEY_USER_FLAGS_INFORMATION {
  ULONG UserFlags;
} KEY_USER_FLAGS_INFORMATION, *PKEY_USER_FLAGS_INFORMATION;

Members

  • UserFlags
    Reserved for system use.

Requirements

Version

Available on Microsoft Windows XP and later versions of the Windows operating system.

Header

Wdm.h (include Wdm.h, Ntddk.h, or Ntifs.h)

See also

KEY_SET_INFORMATION_CLASS

 

 

Send comments about this topic to Microsoft