ITsSbSession interface (sbtsv.h)

Exposes properties that store information about a user session.

Inheritance

The ITsSbSession interface inherits from the IUnknown interface.

Methods

The ITsSbSession interface has these methods.

 
ITsSbSession::get_ClientDisplay

Retrieves or specifies information about the display device of the client computer. (Get)
ITsSbSession::get_CreateTime

Retrieves or specifies the time the session was created. (Get)
ITsSbSession::get_DisconnectTime

Retrieves or specifies the time the session was disconnected. (Get)
ITsSbSession::get_Domain

Retrieves the domain name of the user.
ITsSbSession::get_InitialProgram

Retrieves or specifies the initial program for this session. (Get)
ITsSbSession::get_ProtocolType

Retrieves or specifies the protocol type for the session. (Get)
ITsSbSession::get_SessionId

Retrieves the session ID.
ITsSbSession::get_State

Retrieves or specifies the session state. (Get)
ITsSbSession::get_TargetName

Retrieves the name of the target on which this session was created.
ITsSbSession::get_Username

Retrieves the user name for this session.
ITsSbSession::put_ClientDisplay

Retrieves or specifies information about the display device of the client computer. (Put)
ITsSbSession::put_CreateTime

Retrieves or specifies the time the session was created. (Put)
ITsSbSession::put_DisconnectTime

Retrieves or specifies the time the session was disconnected. (Put)
ITsSbSession::put_InitialProgram

Retrieves or specifies the initial program for this session. (Put)
ITsSbSession::put_ProtocolType

Retrieves or specifies the protocol type for the session. (Put)
ITsSbSession::put_State

Retrieves or specifies the session state. (Put)

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2012
Target Platform Windows
Header sbtsv.h

See also

Remote Desktop Virtualization Interfaces