Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IMbnInterfaceEvents::OnInterfaceCapabilityAvailable method

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

newInterface [in]

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

Minimum supported client

Windows 7 [desktop apps | Windows Store apps]

Minimum supported server

None supported

IDL

Mbnapi.idl

See also

IMbnInterfaceEvents

 

 

Show:
© 2017 Microsoft