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 type of structure contained in the WRdsConnectionSetting member of the WRDS_CONNECTION_SETTINGS structure.
Syntax
typedef enum _WRDS_CONNECTION_SETTING_LEVEL {
WRDS_CONNECTION_SETTING_LEVEL_INVALID,
WRDS_CONNECTION_SETTING_LEVEL_1
} WRDS_CONNECTION_SETTING_LEVEL, *PWRDS_CONNECTION_SETTING_LEVEL;
Constants
WRDS_CONNECTION_SETTING_LEVEL_INVALIDThe type of structure is not defined. |
WRDS_CONNECTION_SETTING_LEVEL_1The structure is a WRDS_CONNECTION_SETTINGS_1 structure. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2012 |
| Header | wtsdefs.h (include Wtsprotocol.h) |