IMbnInterfaceEvents::OnHomeProviderAvailable method

This notification method is called by the Mobile Broadband service to indicate that home provider information for the device is available.

Syntax


HRESULT OnHomeProviderAvailable(
  [in] IMbnInterface *newInterface
);

Parameters

newInterface [in]

An IMbnInterface that represents the device whose home provider information has become available.

Return value

This method must return S_OK.

Remarks

An application can call the GetHomeProvider method of the passed IMbnInterface to get the available home provider information.

Requirements

Minimum supported client

Windows 7 [desktop apps | Windows Store apps]

Minimum supported server

None supported

IDL

Mbnapi.idl

See also

IMbnInterfaceEvents

 

 

Show: