struttura WRDS_LISTENER_SETTINGS (wtsdefs.h)
Contiene informazioni sull'impostazione del listener per una sessione remota.
Sintassi
typedef struct _WRDS_LISTENER_SETTINGS {
WRDS_LISTENER_SETTING_LEVEL WRdsListenerSettingLevel;
WRDS_LISTENER_SETTING WRdsListenerSetting;
} WRDS_LISTENER_SETTINGS, *PWRDS_LISTENER_SETTINGS;
Members
WRdsListenerSettingLevel
Valore dell'enumerazione WRDS_LISTENER_SETTING_LEVEL che specifica il tipo di struttura contenuto nel membro WRdsListenerSetting .
WRDS_LISTENER_SETTING_LEVEL_1
La struttura è una struttura WRDS_LISTENER_SETTINGS_1 .
WRdsListenerSetting
Struttura WRDS_LISTENER_SETTING che specifica le impostazioni del listener.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Nessuno supportato |
Server minimo supportato | Windows Server 2012 |
Intestazione | wtsdefs.h (include Wtsprotocol.h) |