WTSSBX_MACHINE_STATE enumeration (tssbx.h)

Contains values that indicate the current state of a server.

Syntax

typedef enum __MIDL_IWTSSBPlugin_0005 {
  WTSSBX_MACHINE_STATE_UNSPEC = 0,
  WTSSBX_MACHINE_STATE_READY = 0x1,
  WTSSBX_MACHINE_STATE_SYNCHRONIZING = 0x2
} WTSSBX_MACHINE_STATE;

Constants

 
WTSSBX_MACHINE_STATE_UNSPEC
Value: 0
The server state is unspecified.
WTSSBX_MACHINE_STATE_READY
Value: 0x1
The server state is ready.
WTSSBX_MACHINE_STATE_SYNCHRONIZING
Value: 0x2
The server is synchronizing with RD Connection Broker.

Requirements

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