IMbnMultiCarrierEvents::OnCurrentCellularClassChange 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.

This notification method is called by the Mobile Broadband service to indicate the completion of a GetCurrentCellularClass operation.

Syntax

HRESULT OnCurrentCellularClassChange(
  [in] IMbnMultiCarrier *mbnInterface
);

Parameters

[in] mbnInterface

An IMbnMultiCarrier object that represents the Mobile Broadband device GetCurrentCellularClass operation.

Return value

This method can return one of these values.

Return code Description
S_OK
The operation was successful.

Requirements

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

See also

IMbnMultiCarrierEvents