Click to return to the Content     
SUBSCRIPTIONSCHEDULE Enum...     SUBSCRIPTIONTYPE Enumerat...     Information Delivery Enum...    
Web Workshop  |  Content & Component Delivery

SUBSCRIPTIONSTATE Enumerated Type


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


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.