IMbnInterfaceEvents::OnInterfaceCapabilityAvailable 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 that interface capability information is available.

Syntax

HRESULT OnInterfaceCapabilityAvailable(
  [in] IMbnInterface *newInterface
);

Parameters

[in] newInterface

An IMbnInterface whose capability information has become available.

Return value

This method must return S_OK.

Remarks

The application can issue the GetInterfaceCapability method of the passed IMbnInterface to get the available capability information. For a list of interface capabilities, see MBN_INTERFACE_CAPS

Requirements

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

See also

IMbnInterfaceEvents