IMediaRadioManagerNotifySink::OnInstanceRadioChange method
The OnInstanceRadioChange method provides notification if the state of a radio instance has changed.
Syntax
HRESULT OnInstanceRadioChange(
[in] BSTR bstrID,
[in] DEVICE_RADIO_STATE RadioState
);
Parameters
bstrID [in]
The ID associated with the radio instance that has undergone a state change.RadioState [in]
Indicates the current state of the radio instance.
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