Share via


IRTCClient::Shutdown

The Shutdown method cleans up the Client object. This must be called before the Client object is released. The object cannot be reused after calling Shutdown.

To give the SIP stack a chance to gracefully unregister from registrars and unsubscribe Watchers, the Client should call the asynchronous method PrepareForShutdown before calling Shutdown.

HRESULT Shutdown();

Parameters

This method has no parameters.

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
RTC_E_CLIENT_NOT_INITIALIZED The client has not been initialized.

Requirements

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCClient is defined as 07829e45-9a34-408e-a011-bddf13487cd1.

See Also

IRTCClient, IRTCClient::Initialize, IRTCClient::PrepareForShutdown, Shut Down RTC