Click to return to the Content     
IChannelMgr::AddCategory ...     IChannelMgr::DeleteCatego...     IChannelMgr Interface    
Web Workshop  |  Content & Component Delivery

IChannelMgr::AddChannelShortcut Method


Adds an Active Channel to the desktop channel bar.

Syntax

HRESULT AddChannelShortcut(
    CHANNELSHORTCUTINFO *pChannelInfo
);

Parameters

pChannelInfo
[in] Address of a CHANNELSHORTCUTINFO structure that contains the information associated with the Active Channel to be added.

Return Value

Returns S_OK if successful, E_INVALIDARG if any of the required fields in the CHANNELSHORTCUTINFO structure are not provided, or an error code otherwise.

Remarks

This method only adds an entry into the desktop channel bar. To subscribe to the Active Channel, the client application must use the subscription manager.



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.