RTC_SUBSCRIPTION_STATE

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This enumeration defines possible Subscription states.

Syntax

typedef enum RTC_SUBSCRIPTION_STATE
{
    RTCSUBC_NOT_SUBSCRIBED, 
    RTCSUBC_SUBSCRIBING,
    RTCSUBC_SUBSCRIBED, 
    RTCSUBC_LOGGED_OFF,
    RTCSUBC_ERROR,
    RTCSUBC_UNSUBSCRIBING, 
} RTC_SUBSCRIPTION_STATE;

Elements

  • RTCSUBC_NOT_SUBSCRIBED
    Client is not subscribed with the server.
  • RTCSUBC_SUBSCRIBING
    Client is in the process of subscribing.
  • RTCSUBC_SUBSCRIBED
    Client has subscribed with the server.
  • RTCSUBC_LOGGED_OFF
    Server has revoked the client’s subscription.
  • RTCSUBC_ERROR
    An error occurred while subscribing.
  • RTCSUBC_UNSUBSCRIBING
    Client is in the process of unsubscribing.

Requirements

Header rtccore.idl
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

RTC Client API Enumerations