Contents Index Topic Contents | ||
Previous Topic: CHANNEL_AGENT_FLAGS Next Topic: CREATESUBSCRIPTIONFLAGS |
CHANNELENUMFLAGS
typedef enum _tagChannelEnumFlags{ CHANENUM_CHANNELFOLDER = 0x00000001, CHANENUM_SOFTUPDATEFOLDER = 0x00000002, CHANENUM_DESKTOPFOLDER = 0x0000004, CHANENUM_TITLE = 0x00010000, CHANENUM_PATH = 0x00020000, CHANENUM_URL = 0x00040000, CHANENUM_SUBSCRIBESTATE = 0X00080000 } CHANNELENUMFLAGS;Enumerated type that contains the channel enumerator flags that define what cahnnels are returned and what information will be returned for each channel enumerated.
- CHANENUM_CHANNELFOLDER
- Retrieve all channels in the channel folder.
- CHANENUM_SOFTUPDATEFOLDER
- Retrieve all channels in the software update folder.
- CHANENUM_DESKTOPFOLDER
- Retrieve all channels on the desktop.
- CHANENUM_TITLE
- Return the title of each channel enumerated.
- CHANENUM_PATH
- Return the path to the channel shortcut for each channel enumerated.
- CHANENUM_URL
- Return the URL of the CDF file for each channel enumerated.
- CHANENUM_SUBSCRIBESTATE
- Return the subscription state of each channel enumerated.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.