SUBSCRIPTIONSTATE enumeration

Obsolete. Contains the different subscription states.

Syntax


typedef enum _tagSubscriptionState { 
  SUBSTATE_NOTSUBSCRIBED,
  SUBSTATE_PARTIALSUBSCRIPTION,
  SUBSTATE_FULLSUBSCRIPTION
} SUBSCRIPTIONSTATE;

Constants

SUBSTATE_NOTSUBSCRIBED

Not subscribed to the channel.

SUBSTATE_PARTIALSUBSCRIPTION

Partially subscribed to the channel.

SUBSTATE_FULLSUBSCRIPTION

Subscribed to the channel.

Remarks

Windows Internet Explorer 7 and later. This information is obsolete and should not be used.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Chanmgr.h

 

 

Show: