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.
Specifies the status of a policy setting for various members of the WRDS_SETTINGS_1 structure.
Syntax
typedef enum _WRDS_SETTING_STATUS {
WRDS_SETTING_STATUS_NOTAPPLICABLE = -1,
WRDS_SETTING_STATUS_DISABLED,
WRDS_SETTING_STATUS_ENABLED,
WRDS_SETTING_STATUS_NOTCONFIGURED
} WRDS_SETTING_STATUS, *PWRDS_SETTING_STATUS;
Constants
WRDS_SETTING_STATUS_NOTAPPLICABLEValue: -1 The setting status has not been defined. |
WRDS_SETTING_STATUS_DISABLEDThe setting is disabled. |
WRDS_SETTING_STATUS_ENABLEDThe setting is enabled. |
WRDS_SETTING_STATUS_NOTCONFIGUREDThe setting is not configured. |
Remarks
The three primary values (disabled, enabled, and not configured) correspond to the states that are available when defining rules in the group policy editor. When the setting status is enabled, the value of the setting can be changed by the corresponding value member within the WRDS_SETTINGS_1 structure. For example, if that structure's WRdsColorDepthStatus member has a value of WRDS_SETTING_STATUS_ENABLED, the WRdsColorDepthValue member will go into effect. Otherwise, the value member is not used in processing.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2012 |
| Header | wtsdefs.h (include Wtsprotocol.h) |