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 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_INVALIDThe setting type is not defined. |
WRDS_SETTING_TYPE_MACHINEThe settings apply to group policy for the computer. |
WRDS_SETTING_TYPE_USERThe settings apply to group policy for the user. |
WRDS_SETTING_TYPE_SAMThe 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) |