IMbnConnectionContextEvents interface (mbnapi.h)
Important
Starting in Windows 10, version 1803, the Win32 APIs described in this section are replaced by the Windows Runtime APIs in the Windows.Networking.Connectivity namespace.
This notification interface is used to handle asynchronous provisioned context events.
Inheritance
The IMbnConnectionContextEvents interface inherits from the IUnknown interface. IMbnConnectionContextEvents also has these types of members:
Methods
The IMbnConnectionContextEvents interface has these methods.
IMbnConnectionContextEvents::OnProvisionedContextListChange Notification method called by the Mobile Broadband service to indicate that a provisioned context stored in the device is available or updated. |
IMbnConnectionContextEvents::OnSetProvisionedContextComplete Notification method called by the Mobile Broadband service to indicate that the provisioned context in the device has been set. |
Remarks
The following procedure describes how to register for notifications.
- Get an IConnectionPointContainer interface by calling QueryInterface on an IMbnInterfaceManager object.
- Call FindConnectionPoint on the returned interface and pass IID_IMbnConnectionContextEvents to riid.
- Call Advise on the returned connection point and pass a pointer to an IUnknown interface on an object that implements IMbnConnectionContextEvents to pUnk.
To view some code that registers for COM notifications, see the Client section of the COM Connection Points article.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | mbnapi.h |