Click to return to the Content     
CHANNELCATEGORYINFO Struc...     CHANNELSHORTCUTINFO Struc...     Information Delivery Stru...    
Web Workshop  |  Content & Component Delivery

CHANNELENUMINFO Structure


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

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.