Contents Index Topic Contents | ||
Previous Topic: CHANNELCATEGORYINFO Next Topic: CHANNELSHORTCUTINFO |
CHANNELENUMINFO
typedef struct _tagChannelInfo{ LPOLESTR pszTitle; LPOLESTR pszPath; LPOLESTR pszURL; SUBSCRIPTIONSTATE stSubscriptionState; } CHANNELENUMINFO;Contains the information on a channel in an enumeration.
- pszTitle
- String value that contains the channel title. 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. 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. 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.