Compartir a través de


estructura WRDS_LISTENER_SETTINGS_1 (wtsdefs.h)

Contiene la configuración del agente de escucha para una sesión remota.

Sintaxis

typedef struct _WRDS_LISTENER_SETTINGS_1 {
  ULONG MaxProtocolListenerConnectionCount;
#if ...
  ULONG SecurityDescriptorSize;
#if ...
  PBYTE pSecurityDescriptor;
#else
  ULONG SecurityDescriptorSize;
#endif
#else
  PBYTE pSecurityDescriptor;
#endif
} WRDS_LISTENER_SETTINGS_1, *PWRDS_LISTENER_SETTINGS_1;

Miembros

MaxProtocolListenerConnectionCount

Número máximo de conexiones de agente de escucha de protocolo permitidas. ULONG_MAX especifica el número máximo de conexiones.

SecurityDescriptorSize

Tamaño, en bytes, del búfer pSecurityDescriptor .

pSecurityDescriptor

Dirección de un búfer que contiene el descriptor de seguridad para el agente de escucha de protocolo.

Requisitos

Requisito Value
Cliente mínimo compatible No se admite ninguno
Servidor mínimo compatible Windows Server 2012
Encabezado wtsdefs.h (incluya Wtsprotocol.h)