CHANNELENUMINFO structure

Obsolete. Contains the information on a channel in an enumeration.

Syntax

typedef struct _tagChannelInfo {
  LPOLESTR          pszTitle;
  LPOLESTR          pszPath;
  LPOLESTR          pszURL;
  SUBSCRIPTIONSTATE stSubscriptionState;
} CHANNELENUMINFO;

Members

  • pszTitle
    Address of a string value that contains the channel title. The application must use CoTaskMemFree to free the allocated memory when the application is finished using the structure.

  • pszPath
    BSTR value that contains the path to the channel shortcut. The application must use CoTaskMemFree to free the allocated memory when the application is finished using the structure.

  • pszURL
    BSTR value that contains the URL of the CDF file for the given channel. The application must use CoTaskMemFree to free the allocated memory when the application is finished using the structure.

  • stSubscriptionState
    SUBSCRIPTIONSTATE value that indicates the current state of the subscription.

Remarks

Windows Internet Explorer 7 and later. This structure is obsolete and should not be used.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Chanmgr.h