WRDS_SETTING_TYPE enumeration (wtsdefs.h)

Specifies the category of settings being stored in a WRDS_SETTINGS structure.

Syntax

typedef enum _WRDS_SETTING_TYPE {
  WRDS_SETTING_TYPE_INVALID,
  WRDS_SETTING_TYPE_MACHINE,
  WRDS_SETTING_TYPE_USER,
  WRDS_SETTING_TYPE_SAM
} WRDS_SETTING_TYPE, *PWRDS_SETTING_TYPE;

Constants

 
WRDS_SETTING_TYPE_INVALID
The setting type is not defined.
WRDS_SETTING_TYPE_MACHINE
The settings apply to group policy for the computer.
WRDS_SETTING_TYPE_USER
The settings apply to group policy for the user.
WRDS_SETTING_TYPE_SAM
The settings apply to the user security accounts manager (SAM).

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2012
Header wtsdefs.h (include Wtsprotocol.h)