IRadioInstanceCollection::GetCount method
The GetCount method retrieves the number of radio instances currently managed by a Media Radio Manager.
Syntax
HRESULT GetCount(
[out] UINT32 *pcInstances
);
Parameters
- pcInstances [out]
The number of radio instances currently indexed within a radio instance collection.
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