IMediaRadioManager::GetRadioInstances method
The GetRadioInstances method retrieves the collection of radio instances managed by a radio manager.
Syntax
HRESULT GetRadioInstances(
[out] IRadioInstanceCollection **ppCollection
);
Parameters
- ppCollection [out]
An IRadioInstanceCollection object that represents a collection of radio instances associated with a radio manager.
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