Skip to content

Latest commit

 

History

History
73 lines (62 loc) · 3.1 KB

nn-mbnapi-imbnpinmanagerevents.md

File metadata and controls

73 lines (62 loc) · 3.1 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:mbnapi.IMbnPinManagerEvents
IMbnPinManagerEvents (mbnapi.h)
Notification interface used to indicate when PIN Manager events have occurred.
IMbnPinManagerEvents
IMbnPinManagerEvents interface [Microsoft Broadband Networks]
IMbnPinManagerEvents interface [Microsoft Broadband Networks]
described
mbn.imbnpinmanagerevents
mbnapi/IMbnPinManagerEvents
mbn\imbnpinmanagerevents.htm
mbn
2942bd4d-5bdb-45eb-a008-352bf44eec80
12/05/2018
IMbnPinManagerEvents, IMbnPinManagerEvents interface [Microsoft Broadband Networks], IMbnPinManagerEvents interface [Microsoft Broadband Networks],described, mbn.imbnpinmanagerevents, mbnapi/IMbnPinManagerEvents
mbnapi.h
Windows
Windows 7 [desktop apps \| UWP apps]
None supported
Mbnapi.idl
Windows
19H1
IMbnPinManagerEvents
mbnapi/IMbnPinManagerEvents
c++
APIRef
kbSyntax
COM
mbnapi.h
IMbnPinManagerEvents

IMbnPinManagerEvents interface

-description

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.

Notification interface used to indicate when PIN Manager events have occurred.

-inheritance

The IMbnPinManagerEvents interface inherits from the IUnknown interface. IMbnPinManagerEvents also has these types of members:

-remarks

The following procedure describes how to register for notifications.

  1. Get an IConnectionPointContainer interface by calling QueryInterface on an IMbnInterfaceManager object.
  2. Call FindConnectionPoint on the returned interface and pass IID_IMbnPinManagerEvents to riid.
  3. Call Advise on the returned connection point and pass a pointer to an IUnknown interface on an object that implements IMbnPinManagerEvents to pUnk.
Notifications can be terminated by calling Unadvise on the connection point returned in step 2.

To view some code that registers for COM notifications, see the Client section of the COM Connection Points article.