IMbnRadioEvents::OnRadioStateChange method (mbnapi.h)
Important
Starting in Windows 10, version 1803, the Win32 APIs described in this section are replaced by the Windows Runtime APIs in the Windows.Networking.Connectivity namespace.
A notification signaling that the radio state of the device has changed.
Syntax
HRESULT OnRadioStateChange(
[in] IMbnRadio *newInterface
);
Parameters
[in] newInterface
Pointer to an IMbnRadio interface representing the device for which the radio state has changed.
Return value
This method must return S_OK.
Remarks
New software and hardware radio states can be obtained from the passed newInterface object.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | mbnapi.h |