IWTSSBPlugin::Terminated Method

Notifies the plug-in that it is about to be destroyed by Terminal Services Session Broker (TS Session Broker).

Syntax

C++
HRESULT Terminated();

Parameters

This method has no parameters.

Return Value

Returns S_OK if successful.

Remarks

TS Session Broker calls this method before it destroys this instance of the plug-in. You can use this method to perform cleanup for the plug-in before TS Session Broker destroys it. After the plug-in is destroyed, TS Session Broker reverts to its native redirection service.

Your implementation of this method must return S_OK immediately if successful.

Requirements

Minimum supported clientNone supported
Minimum supported serverWindows Server 2008
HeaderTssbx.h
IDLTssbx.idl
IIDIID_IWTSSBPlugin is defined as DC44BE78-B18D-4399-B210-641BF67A002C

See Also

IWTSSBPlugin

Send comments about this topic to Microsoft

Build date: 10/19/2009

Tags :


Page view tracker