CHANNELCATEGORYINFO structure

Obsolete. Contains the information associated with a category on the channel bar.

Syntax

typedef struct _tagChannelCategoryInfo {
  DWORD  cbSize;
  LPWSTR pszTitle;
  LPWSTR pszURL;
  LPWSTR pszLogo;
  LPWSTR pszIcon;
  LPWSTR pszWideLogo;
} CHANNELCATEGORYINFO;

Members

  • cbSize
    Required. Unsigned long integer value value that contains the size of the structure. This value must be specified.

  • pszTitle
    Required. String value that contains the title of the category.

  • pszURL
    Optional. String value that contains the URL to an HTML page for the category.

  • pszLogo
    Optional. String value that contains the URL of the logo associated with the category.

  • pszIcon
    Optional. String value that contains the URL of the icon associated with the category.

  • pszWideLogo
    Optional. String value that contains the URL of the wide logo associated with the channel.

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