Contents Index Topic Contents | ||
Previous Topic: CHANNELENUMFLAGS Next Topic: SUBSCRIPTIONINFOFLAGS |
CREATESUBSCRIPTIONFLAGS
typedef enum CREATESUBSCRIPTIONFLAGS{ CREATESUBS_ADDTOFAVORITES = 0x0001, CREATESUBS_FROMFAVORITES = 0x0002, CREATESUBS_NOUI = 0x0004, CREATESUBS_NOSAVE = 0x0008, CREATESUBS_SOFTWAREUPDATE = 0x0010, } CREATESUBSCRIPTIONFLAGS;Contains the flags used when creating a subscription.
- CREATESUBS_ADDTOFAVORITES
- Add subscription to Favorites menu.
- CREATESUBS_FROMFAVORITES
- Create the subscription for a site that already has a listing in the Favorites menu. 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
- Creates the subscription in the Subscriptions folder and then copies 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. Used in conjunction SUBSTYPE_CHANNEL value. If used with the CREATESUBS_ADDTOFAVORITES value, the method will display a different user inteface and add the listing to the software updates folder.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.