IMbnInterfaceEvents::OnReadyStateChange method
This notification method is called by the Mobile Broadband service to indicate a change in an interface's ready state.
Syntax
HRESULT OnReadyStateChange(
[in] IMbnInterface *newInterface
);
Parameters
- newInterface [in]
-
An IMbnInterface that represents the Mobile Broadband device whose ready state has changed.
Return value
This method must return S_OK.
Remarks
An application can call the GetReadyState method of the passed IMbnInterface to get latest ready state of the device. For a list of ready states, see MBN_READY_STATE.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
None supported |
|
IDL |
|
See also