Share via


IRTCUnsolicitedSubscription::Unregister

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method is used to deregister the unsolicited notification registration. The application will not be notified with IRTCUnsolicitedNotificationEvent when there are incoming NOTIFY messages with a matching event package and content-type values. To re-register the event package and content-type values for unsolicited notification, the application needs to register again by calling the IRTCClientSubscriber2::RegisterUnsolicitedNotification method.

Syntax

HRESULT Unregister ();

Parameters

There are no parameters for this method.

Requirements

Header rtccore.idl, rtcerr.h
Library uuid.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

IRTCUnsolicitedSubscription
IRTCUnsolicitedSubscription::AcceptedContentType
IRTCUnsolicitedSubscription::Disable
IRTCUnsolicitedSubscription::Enable
IRTCUnsolicitedSubscription::EventPackage
IRTCUnsolicitedSubscription::IsEnabled
IRTCClientSubscriber2
IRTCUnsolicitedNotificationEvent