WRDS_CONNECTION_SETTINGS structure (wtsdefs.h)
Contains connection setting information for a remote session.
Syntax
typedef struct _WRDS_CONNECTION_SETTINGS {
WRDS_CONNECTION_SETTING_LEVEL WRdsConnectionSettingLevel;
WRDS_CONNECTION_SETTING WRdsConnectionSetting;
} WRDS_CONNECTION_SETTINGS, *PWRDS_CONNECTION_SETTINGS;
Members
WRdsConnectionSettingLevel
A value of the WRDS_CONNECTION_SETTING_LEVEL enumeration that specifies the type of structure that is contained in the WRdsConnectionSetting member.
WRDS_CONNECTION_SETTING_LEVEL_1
The structure is a WRDS_CONNECTION_SETTINGS_1 structure.
WRdsConnectionSetting
A WRDS_CONNECTION_SETTING structure that specifies the connection settings.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 |
Header | wtsdefs.h (include Wtsprotocol.h) |