次の方法で共有


IRTCClient::Shutdown (Windows Embedded CE 6.0)

1/6/2010

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