Wts | |
The WtsInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ConnectTime | The most recent client connection time. | |
| CurrentTime | The time that the data structure was called. | |
| DisconnectTime | The last client disconnection time. | |
| Domain | A null-terminated string that contains the name of the domain that the user belongs to. | |
| IncomingBytes | Uncompressed Remote Desktop Protocol (RDP) data from the client to the server. | |
| IncomingCompressedBytes | Compressed RDP data from the client to the server. | |
| IncomingFrames | The number of frames of RDP data sent from the client to the server since the client connected. | |
| LastInputTime | The time of the last user input in the session. | |
| LogonTime | The time that the user logged on to the session. | |
| OutgoingBytes | Uncompressed RDP data from the server to the client. | |
| OutgoingCompressedBytes | Compressed RDP data from the server to the client. | |
| OutgoingFrames | The number of frames of RDP data sent from the server to the client since the client connected. | |
| SessionId | The session identifier. | |
| State | A value of the enumeration type that indicates the session's current connection state. | |
| UserName | A null-terminated string that contains the name of the user who owns the session. | |
| WinStationName | A null-terminated string that contains the name of the WinStation for the session. |