IMbnInterfaceEvents::OnSubscriberInformationChange method
This notification method is called by the Mobile Broadband service to indicate that the subscriber information for the device has changed.
Syntax
HRESULT OnSubscriberInformationChange(
[in] IMbnInterface *newInterface
);
Parameters
- newInterface [in]
-
An IMbnInterface that represents a device on which the subscriber information has changed.
Return value
This method must return S_OK.
Remarks
The application can call the GetSubscriberInformation method of the passed IMbnInterface to get new subscriber information.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
None supported |
|
IDL |
|
See also