IWTSPlugin::Connected method (tsvirtualchannels.h)

Notifies the plug-in that the Remote Desktop Connection (RDC) client has successfully connected to the Remote Desktop Session Host (RD Session Host) server.

Syntax

HRESULT Connected();

Return value

Returns S_OK if the call completes successfully. Returns E_FAIL if the call fails, but the plug-in will continue to work.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header tsvirtualchannels.h

See also

IWTSPlugin