IMbnRadioEvents::OnSetSoftwareRadioStateComplete 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.

Notification that a set software radio state operation has completed.

Syntax

HRESULT OnSetSoftwareRadioStateComplete(
  [in] IMbnRadio *newInterface,
  [in] ULONG     requestID,
  [in] HRESULT   status
);

Parameters

[in] newInterface

Pointer to an IMbnRadio interface representing the device for which a set radio state operation has completed.

[in] requestID

The request ID set by the Mobile Broadband service to identify the request.

[in] status

A status code that indicates the outcome of the set radio state operation.

A calling application can expect one of the following values.

Value Meaning
S_OK
The operation was successful.

Return value

This method must return S_OK.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header mbnapi.h

See also

IMbnRadioEvents