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.