WTSSBX_MACHINE_SESSION_MODE enumeration (tssbx.h)

Contains values that indicate the session mode of a Remote Desktop Session Host (RD Session Host) server.

Syntax

typedef enum __MIDL_IWTSSBPlugin_0002 {
  WTSSBX_MACHINE_SESSION_MODE_UNSPEC = 0,
  WTSSBX_MACHINE_SESSION_MODE_SINGLE = 0x1,
  WTSSBX_MACHINE_SESSION_MODE_MULTIPLE = 0x2
} WTSSBX_MACHINE_SESSION_MODE;

Constants

 
WTSSBX_MACHINE_SESSION_MODE_UNSPEC
Value: 0
The session mode of the server is unspecified.
WTSSBX_MACHINE_SESSION_MODE_SINGLE
Value: 0x1
The server is in single session mode. It can only accept one session per user.
WTSSBX_MACHINE_SESSION_MODE_MULTIPLE
Value: 0x2
The server is in multiple session mode. It can accept multiple sessions per user.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Header tssbx.h