IWTSPlugin::Terminated method (tsvirtualchannels.h)

Notifies the plug-in that the Remote Desktop Connection (RDC) client has terminated. After a call is made to IWTSPlugin::Terminated, no other calls to the plug-in are expected. Any plug-in cleanup should be done here.

Syntax

HRESULT Terminated();

Return value

Returns S_OK if the call completes successfully. Results in no action if the call fails.

Requirements

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

See also

IWTSPlugin