|  |  |  | 
| 
 | ||
| 
 | ||
SUBSCRIPTIONSTATE
typedef enum _tagSubscriptionState{ SUBSTATE_NOTSUBSCRIBED, SUBSTATE_PARTIAL_SUBSCRIPTION, SUBSTATE_FULLSUBSCRIPTION } SUBSCRIPTIONSTATE;Contains the different subscription states.
- SUBSTATE_NOTSUBSCRIBED
- Not subscribed to the channel.
- SUBSTATE_PARTIALSUBSCRIPTION
- Partially subscribed to the channel.
- SUBSTATE_FULLSUBSCRIPTION
- Subscribed to the channel.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.