CHANNELSHORTCUTINFO structure

Obsolete. Contains the information associated with a channel entry in the channel bar.

Syntax


typedef struct _tagChannelShortcutInfo {
  DWORD  cbSize;
  LPWSTR pszTitle;
  LPWSTR pszURL;
  LPWSTR pszLogo;
  LPWSTR pszIcon;
  LPWSTR pszWideLogo;
  BOOL   bIsSoftware;
} CHANNELSHORTCUTINFO;

Members

cbSize

Required. DWORD value that contains the size of the structure. This value must be specified.

pszTitle

Required. String value that contains the channel title.

pszURL

Required. String value that contains the URL of the channel's CDF file.

pszLogo

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

pszIcon

Optional. String value that contains the URL of the icon associated with the channel.

pszWideLogo

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

bIsSoftware

BOOL value that indicates whether this shortcut is a software update.

Remarks

To add the channel to an existing category on the channel bar, the category title should be included in the channel title (pszTitle) using the following format.


<category title>\\<channel title>

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

 

 

Show: