IMbnRegistrationEvents::OnRegisterModeAvailable method

Notification method called by the Mobile Broadband service to indicate that registration mode information is available.

Syntax


HRESULT OnRegisterModeAvailable(
  [in] IMbnRegistration *newInterface
);

Parameters

newInterface [in]

Pointer to an IMbnRegistration interface that represents the applicable device.

Return value

This method must return S_OK.

Remarks

The OnRegisterModeAvailable method is called by the Mobile Broadband service to signal that the registration mode information for a device is available. An application can call the GetRegisterMode method of the passed IMbnRegistration get the current registration mode of the device.

Requirements

Minimum supported client

Windows 7 [desktop apps | Windows Store apps]

Minimum supported server

None supported

IDL

Mbnapi.idl

See also

IMbnRegistrationEvents

 

 

Show: