IWTSProtocolConnection::AuthenticateClientToSession method (wtsprotocol.h)

[IWTSProtocolConnection::AuthenticateClientToSession is no longer available for use as of Windows Server 2012. Instead, use IWRdsProtocolConnection::AuthenticateClientToSession.]

Specifies a session that the connection should be reconnected to.

Syntax

HRESULT AuthenticateClientToSession(
  [out] WTS_SESSION_ID *SessionId
);

Parameters

[out] SessionId

A pointer to a WTS_SESSION_ID structure that uniquely identifies the session.

Return value

None

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header wtsprotocol.h

See also

IWTSProtocolConnection