CREATESUBSCRIPTIONFLAGS enumeration

Obsolete. Contains the flags used when creating a subscription.

Syntax


typedef enum CREATESUBSCRIPTIONFLAGS { 
  CREATESUBS_ADDTOFAVORITES  = 0x0001,
  CREATESUBS_FROMFAVORITES   = 0x0002,
  CREATESUBS_NOUI            = 0x0004,
  CREATESUBS_NOSAVE          = 0x0008,
  CREATESUBS_SOFTWAREUPDATE  = 0x0010
} CREATESUBSCRIPTIONFLAGS;

Constants

CREATESUBS_ADDTOFAVORITES

Add the subscription to the Favorites menu.

CREATESUBS_FROMFAVORITES

Create the subscription for a site that already has a listing in the Favorites menu. This is used in conjunction with the CREATESUBS_ADDTOFAVORITES value. This value will skip the section of the user interface that is used to add a Favorite and display the subscription options only.

CREATESUBS_NOUI

Create the subscription without displaying any user interface.

CREATESUBS_NOSAVE

Create the subscription in the Subscriptions folder and then copy the information back to the SUBSCRIPTIONINFO structure that was passed in. Normally, the information is saved to the disk and the structure is not updated.

CREATESUBS_SOFTWAREUPDATE

Create a subscription for a Software Update Channel. This is used in conjunction with the SUBSTYPE_CHANNEL value. If used with the CREATESUBS_ADDTOFAVORITES value, the method will display a different user interface and add the listing to the Software Updates folder.

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

Subsmgr.h

 

 

Show: