Share via


IRTCUnsolicitedSubscription::Disable

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 disable 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-enable the notification, call the IRTCUnsolicitedSubscription::Enable method. To dispose of this unsolicited notification registration, call the IRTCUnsolicitedSubscription::Unregister method.

Syntax

HRESULT Disable ();

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::EventPackage
IRTCUnsolicitedSubscription::IsEnabled
IRTCClientSubscriber2
IRTCUnsolicitedNotificationEvent