RTC_SUBSCRIPTION_STATE (Windows Embedded CE 6.0)
1/6/2010
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 |