Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The OnInstanceAdd method provides notification of the addition of a radio instance to the radio instance collection.
Syntax
HRESULT OnInstanceAdd(
IRadioInstance *pRadioInstance
);
Parameters
- pRadioInstance
Pointer to the radio instance that has been added to the 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