IRTCUnsolicitedSubscription

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

Applies to Windows Embedded CE 6.0 R2

This interface encapsulates the unsolicited notification registration through the IRTCClientSubscriber2::RegisterUnsolicitedNotification method. An application can use this interface to control the unsolicited notification registration.

Methods

This interface inherits the methods for the IUnknown interface.

The following table shows the method for this interface.

Method Description

IRTCUnsolicitedSubscription::IsEnabled

Checks if the unsolicited subscription instance has been enabled

IRTCUnsolicitedSubscription::Enable

Enables the unsolicited subscription instance.

IRTCUnsolicitedSubscription::Disable

Disables the unsolicited subscription instance

IRTCUnsolicitedSubscription::Unregister

Deregisters the unsolicited subscription instance.

Properties

The following table shows the properties for this interface.

Property Description

IRTCUnsolicitedSubscription::EventPackage

Retrieves the event package.

IRTCUnsolicitedSubscription::AcceptedContentType

Retrieves the acceptable content types.

Requirements

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

See Also

Reference

RTC Client API Interfaces