Contents Index Topic Contents | ||
Previous Topic: SUBSCRIPTIONSTATE Next Topic: WEBCRAWL_RECURSEFLAGS |
SUBSCRIPTIONTYPE
typedef enum SUBSCRIPTIONTYPE { SUBSTYPE_URL = 0, SUBSTYPE_CHANNEL = 1, SUBSTYPE_DESKTOPCOMPONENT = 2 } SUBSCRIPTIONTYPE;Contains the different types of subscriptions.
- SUBSTYPE_URL
- Subscription is an Internet resource.
- SUBSTYPE_CHANNEL
- Subscription is a channel.
- SUBSTYPE_DESKTOPCOMPONENT
- Subscription is a desktop component.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.