WRDS_LISTENER_SETTINGS structure (wtsdefs.h)

Contains listener setting information for a remote session.

Syntax

typedef struct _WRDS_LISTENER_SETTINGS {
  WRDS_LISTENER_SETTING_LEVEL WRdsListenerSettingLevel;
  WRDS_LISTENER_SETTING       WRdsListenerSetting;
} WRDS_LISTENER_SETTINGS, *PWRDS_LISTENER_SETTINGS;

Members

WRdsListenerSettingLevel

A value of the WRDS_LISTENER_SETTING_LEVEL enumeration that specifies the type of structure that is contained in the WRdsListenerSetting member.

WRDS_LISTENER_SETTING_LEVEL_1

The structure is a WRDS_LISTENER_SETTINGS_1 structure.

WRdsListenerSetting

A WRDS_LISTENER_SETTING structure that specifies the listener settings.

Requirements

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