Click or drag to resize
Xcalibur Systems LLC Logo

WtsConnectionStateType Enumeration

Specifies the connection state of a Remote Desktop Services session.

WTS_CONNECTSTATE_CLASS enumeration


Namespace: Xcalibur.NativeMethods.V2.TerminalServices
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[FlagsAttribute]
public enum WtsConnectionStateType
Members
Member nameValueDescription
Active0 A user is logged on to the WinStation.
Connected1 The WinStation is connected to the client.
ConnectQuery2 The WinStation is in the process of connecting to the client.
Shadow3 The WinStation is shadowing another WinStation.
Disconnected4 The WinStation is active but the client is disconnected.
Idle5 The WinStation is waiting for a client to connect.
Listen6 The WinStation is listening for a connection. A listener session waits for requests for new client connections. No user is logged on a listener session. A listener session cannot be reset, shadowed, or changed to a regular client session.
Reset7 The WinStation is being reset.
Down8 The WinStation is down due to an error.
Init9 The WinStation is initializing.
See Also