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

IChannelMgr::DeleteChannelShortcut Method


Deletes an Active Channel from the desktop channel bar.

Syntax

HRESULT DeleteChannelShortcut(
    LPWSTR pszTitle
);

Parameters

pszTitle
[in] String value that specifies the title of the Active Channel to be deleted from the desktop channel bar.

Return Value

Returns S_OK if successful, S_FALSE if the specified Active Channel does not exist, or an error code otherwise.

Remarks

This method does not delete the subscription, if one was created, for this Active Channel. The ISubscriptionMgr::DeleteSubscription method must be used to remove the subscription.



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.