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.