IWRdsProtocolConnection::ConnectNotify method (wtsprotocol.h)

Signals the protocol that the session has been initialized.

Syntax

HRESULT ConnectNotify(
  [in] ULONG SessionId
);

Parameters

[in] SessionId

The session identifier.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

This is an event notification and you should return immediately from this method. To avoid a possible deadlock, you should not make any function or method calls that will directly or indirectly result in a Remote Desktop Services API being called. If you need to make any outbound call, you should start a new thread and make the outbound call from the new thread.

Requirements

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

See also

IWRdsProtocolConnection