WRDS_LISTENER_SETTING_LEVEL enumeration (wtsdefs.h)

Used to specify the type of structure that is contained in the WRdsListenerSetting member of the WRDS_LISTENER_SETTINGS structure.

Syntax

typedef enum _WRDS_LISTENER_SETTING_LEVEL {
  WRDS_LISTENER_SETTING_LEVEL_INVALID,
  WRDS_LISTENER_SETTING_LEVEL_1
} WRDS_LISTENER_SETTING_LEVEL, *PWRDS_LISTENER_SETTING_LEVEL;

Constants

 
WRDS_LISTENER_SETTING_LEVEL_INVALID
The type of structure is not defined.
WRDS_LISTENER_SETTING_LEVEL_1
The structure is a WRDS_LISTENER_SETTINGS_1 structure.

Requirements

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