WTSSBX_SESSION_STATE enumeration (tssbx.h)
Contains values that indicate the connection state of a user session.
Syntax
typedef enum __MIDL_IWTSSBPlugin_0008 {
WTSSBX_SESSION_STATE_UNSPEC = 0,
WTSSBX_SESSION_STATE_ACTIVE = 0x1,
WTSSBX_SESSION_STATE_DISCONNECTED = 0x2
} WTSSBX_SESSION_STATE;
Constants
WTSSBX_SESSION_STATE_UNSPEC Value: 0 The session state is unspecified. |
WTSSBX_SESSION_STATE_ACTIVE Value: 0x1 The user session is active. |
WTSSBX_SESSION_STATE_DISCONNECTED Value: 0x2 The user session is disconnected. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 |
Header | tssbx.h |