Contains the channel enumerator flags that define which channels are returned and what information will be returned for each channel enumerated.
Syntax
typedef enum _tagChannelEnumFlags{ CHANENUM_CHANNELFOLDER = 0x00000001, CHANENUM_SOFTUPDATEFOLDER = 0x00000002, CHANENUM_DESKTOPFOLDER = 0x00000004, CHANENUM_TITLE = 0x00010000, CHANENUM_PATH = 0x00020000, CHANENUM_URL = 0x00040000, CHANENUM_SUBSCRIBESTATE = 0X00080000 } CHANNELENUMFLAGS;
Constants
- 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.
Enumerated Type Information
Windows NT Use version 4.0 Windows Use Windows 95 and later Header Declared in Subsmgr.h Minimum availability Internet Explorer 4.0