IMbnConnectionManagerEvents 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 signals an application about the arrival and removal of IMbnConnection interfaces in the system.
Inheritance
The IMbnConnectionManagerEvents interface inherits from the IUnknown interface. IMbnConnectionManagerEvents also has these types of members:
Methods
The IMbnConnectionManagerEvents interface has these methods.
IMbnConnectionManagerEvents::OnConnectionArrival Notification method that indicates a new connection was added to the system. |
IMbnConnectionManagerEvents::OnConnectionRemoval Notification method that indicates a connection was removed from the system. |
Remarks
The following procedure describes how to register for notifications.
- Get an IConnectionPointContainer interface by calling QueryInterface on an IMbnConnectionManager object.
- Call FindConnectionPoint on the returned interface and pass IID_IMbnConnectionManagerEvents to riid.
- Call Advise on the returned connection point and pass a pointer to an IUnknown interface on an object that implements IMbnConnectionManagerEvents 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 | UWP apps] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | mbnapi.h |