CHANNELENUMFLAGS enumeration

Obsolete. 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.

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