IMbnInterfaceEvents::OnEmergencyModeChange method

This notification method is called by the Mobile Broadband service to indicate that the emergency mode has changed.

Syntax


HRESULT OnEmergencyModeChange(
  [in] IMbnInterface *newInterface
);

Parameters

newInterface [in]

An IMbnInterface that represents the device whose emergency mode has changed.

Return value

This method must return S_OK.

Remarks

An application can call the InEmergencyMode method of the passed IMbnInterface to get the new emergency 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

IMbnInterfaceEvents

 

 

Show: