WRDS_LISTENER_SETTINGS_1 structure (wtsdefs.h)
Contains listener settings for a remote session.
Syntax
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;
Members
MaxProtocolListenerConnectionCount
The maximum number of protocol listener connections allowed. ULONG_MAX specifies the maximum number of connections.
SecurityDescriptorSize
The size, in bytes, of the pSecurityDescriptor buffer.
pSecurityDescriptor
The address of a buffer that contains the security descriptor for the protocol listener.
Requirements
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2012 |
| Header | wtsdefs.h (include Wtsprotocol.h) |