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::OnPreferredProvidersChange method

This notification method is called by the Mobile Broadband service to indicate a change in a device's preferred provider list.

Syntax


HRESULT OnPreferredProvidersChange(
  [in] IMbnInterface *newInterface
);

Parameters

newInterface [in]

An IMbnInterface that represents the Mobile Broadband device whose preferred provider list has changed.

Return value

This method must return S_OK.

Remarks

In some cases, a device's preferred provider list can be updated by the network by SMS or OTA (over The air) update. The Mobile Broadband service will call this method to notify the application about any change in the preferred provider list. The application can call the GetPreferredProviders method of the passed IMbnInterface to get the updated list of preferred providers.

If there is a change in the preferred provider list because of a call to the SetPreferredProviders method of IMbnInterface, then this notification will not be called.

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