IMediaRadioManagerNotifySink::OnInstanceRemove method
The OnInstanceRemove method provides notification of the removal of a radio instance from the radio instance collection.
Syntax
HRESULT OnInstanceRemove(
[in] BSTR bstrID
);
Parameters
- bstrID [in]
The ID associated with the radio instance that has been removed.
Return value
Returns S_OK on success or one of the standard error HRESULT values.
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Target platform |
Desktop |
See also