Contains the different subscription states.
Syntax
typedef enum _tagSubscriptionState{
SUBSTATE_NOTSUBSCRIBED,
SUBSTATE_PARTIAL_SUBSCRIPTION,
SUBSTATE_FULLSUBSCRIPTION
} SUBSCRIPTIONSTATE;
Constants
- SUBSTATE_NOTSUBSCRIBED
- Not subscribed to the channel.
- SUBSTATE_PARTIALSUBSCRIPTION
- Partially subscribed to the channel.
- SUBSTATE_FULLSUBSCRIPTION
- Subscribed to the channel.
Enumerated Type Information
Windows NT Use version 4.0 Windows Use Windows 95 and later Header Declared in Chanmgr.h Minimum availability Internet Explorer 4.0