Share via


IRTCClient::Shutdown

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method cleans up the Client object. It must be called before the object is released.

Note

The Client object cannot be reused after Shutdown is called.

Syntax

HRESULT Shutdown();

Parameters

None.

Return Value

This method can return an RTC_E_ constant.

Remarks

Prior to calling this method, the application should call the asynchronous IRTCClient::PrepareForShutdown method.

Use of PrepareForShutdown gives the SIP stack time to deregister from registrars and unsubscribe watchers.

Requirements

Header rtccore.h, rtccore.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IRTCClient
IRTCClient::Initialize
IRTCClient::PrepareForShutdown