Share via


IRTCUnsolicitedSubscription::Disable (Windows Embedded CE 6.0)

1/6/2010

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