IRTCSubscription (Windows Embedded CE 6.0)
1/6/2010
This interface represents the RTC Subscription object, which represents a SIP SUBSCRIBE dialog. It can be queried for state and can resubscribe/unsubscribe from a service.
Methods
The following table shows the methods for this interface in vtable order. This is the order in which the compiler calls the methods. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.
Method | Description |
---|---|
Retrieves the accepted content type from the subscription. |
|
Retrieves the event package from the subscription. |
|
Retrieves the IRTCProfile from the subscription. |
|
Re-subscribes to the service - with, optionally, a new message body. |
|
Retrieves the current state of the subscription. |
|
Un-subscribes from the service. Only valid if the service is currently subscribed or subscribing. |
Obtaining a Pointer
A pointer to this interface can be obtained using the IRTCClientSubscriber::CreateSubscription method.
Requirements
Header | rtccore.idl |
Library | uuid.lib |
Windows Embedded CE | Windows Embedded CE 6.0 and later |