Share via


IRTCSubscription::get_SubscriptionState

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method retrieves the RTC_SUBSCRIPTION_STATE enumeration representing the current state of the SUBSCRIPTION session.

Syntax

HRESULT get_SubscriptionState (
    RTC_SUBSCRIPTION_STATE *pSubscriptionState
);

Parameters

  • pSubscriptionState
    [out] Pointer to a RTC_SUBSCRIPTION_STATE that will be filled with the current state.

Return Value

RTC methods may return an RTC_E_ constants.

Requirements

Header rtccore.idl
Library uuid.lib
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Concepts

IRTCSubscription