IMbnDeviceServicesManager interface
Provides access to IMbnDeviceServicesContext objects and Mobile Broadband device service notifications.
Members
The IMbnDeviceServicesManager interface inherits from the IUnknown interface. IMbnDeviceServicesManager also has these types of members:
Methods
The IMbnDeviceServicesManager interface has these methods.
| Method | Description |
|---|---|
| GetDeviceServicesContext |
Gets the IMbnDeviceServicesContext interface for a specific Mobile Broadband device |
Remarks
The following procedure describes how to register for notifications.
- Get an IConnectionPoint interface by calling QueryInterface on an IMbnDeviceServicesManager object.
- Call FindConnectionPoint on the returned interface and pass IID_IMbnDeviceServicesEvents to RIID.
- Call Advise on the returned connection point and pass a pointer to an IUnknown interface on an object that implements IMbnDeviceServicesEvents to PUNK.
Notifications can be terminated by calling Unadvise on the connection point returned in step 2.
For sample code that registers COM notifications, see the Client section of the COM Connection Points article.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
None supported |
|
IDL |
|