WTSSBX_MACHINE_STATE枚举 (tssbx.h)
包含指示服务器的当前状态的值。
语法
typedef enum __MIDL_IWTSSBPlugin_0005 {
WTSSBX_MACHINE_STATE_UNSPEC = 0,
WTSSBX_MACHINE_STATE_READY = 0x1,
WTSSBX_MACHINE_STATE_SYNCHRONIZING = 0x2
} WTSSBX_MACHINE_STATE;
常量
WTSSBX_MACHINE_STATE_UNSPEC 值: 0 服务器状态未指定。 |
WTSSBX_MACHINE_STATE_READY 值: 0x1 服务器状态已就绪。 |
WTSSBX_MACHINE_STATE_SYNCHRONIZING 值: 0x2 服务器正在与 RD 连接代理同步。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | 无受支持的版本 |
最低受支持的服务器 | Windows Server 2008 |
标头 | tssbx.h |