Click to return to the Content     
Information Delivery Stru...     CHANNELENUMINFO Structure     Information Delivery Stru...    
Web Workshop  |  Content & Component Delivery

CHANNELCATEGORYINFO Structure


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

Syntax

typedef _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.

Structure Information

Windows NT Use version 4.0
Windows Use Windows 95 and later
Header Declared in Chanmgr.h
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.