Click or drag to resize
Xcalibur Systems LLC Logo

WtsInfo Structure

Contains information about a Remote Desktop Services session.

WTSINFO structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.TerminalServicesWtsInfo

Namespace: Xcalibur.NativeMethods.V2.TerminalServices
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public struct WtsInfo

The WtsInfo type exposes the following members.

Methods
 NameDescription
Public methodEquals
(Inherited from ValueType)
Public methodGetHashCode
(Inherited from ValueType)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldConnectTime The most recent client connection time.
Public fieldCurrentTime The time that the data structure was called.
Public fieldDisconnectTime The last client disconnection time.
Public fieldDomain A null-terminated string that contains the name of the domain that the user belongs to.
Public fieldIncomingBytes Uncompressed Remote Desktop Protocol (RDP) data from the client to the server.
Public fieldIncomingCompressedBytes Compressed RDP data from the client to the server.
Public fieldIncomingFrames The number of frames of RDP data sent from the client to the server since the client connected.
Public fieldLastInputTime The time of the last user input in the session.
Public fieldLogonTime The time that the user logged on to the session.
Public fieldOutgoingBytes Uncompressed RDP data from the server to the client.
Public fieldOutgoingCompressedBytes Compressed RDP data from the server to the client.
Public fieldOutgoingFrames The number of frames of RDP data sent from the server to the client since the client connected.
Public fieldSessionId The session identifier.
Public fieldState A value of the enumeration type that indicates the session's current connection state.
Public fieldUserName A null-terminated string that contains the name of the user who owns the session.
Public fieldWinStationName A null-terminated string that contains the name of the WinStation for the session.
Top
See Also