Skip to content

Latest commit

 

History

History
86 lines (67 loc) · 2.27 KB

nn-ocidl-ienumconnections.md

File metadata and controls

86 lines (67 loc) · 2.27 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:ocidl.IEnumConnections
IEnumConnections (ocidl.h)
Enumerates the current connections for a connectable object.
IEnumConnections
IEnumConnections interface [COM]
IEnumConnections interface [COM]
described
_com_ienumconnections
com.ienumconnections
ocidl/IEnumConnections
com\ienumconnections.htm
com
464966c1-e4e9-4b58-9e41-48de408f572f
12/05/2018
IEnumConnections, IEnumConnections interface [COM], IEnumConnections interface [COM],described, _com_ienumconnections, com.ienumconnections, ocidl/IEnumConnections
ocidl.h
ObjIdl.h
Windows
Windows 2000 Professional [desktop apps \| UWP apps]
Windows 2000 Server [desktop apps \| UWP apps]
ObjIdl.idl
Windows
19H1
IEnumConnections
ocidl/IEnumConnections
c++
APIRef
kbSyntax
COM
ocidl.h
IEnumConnections

IEnumConnections interface

-description

Enumerates the current connections for a connectable object.

-inheritance

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

-remarks

Connectable objects support the following features:

  • Outgoing interfaces, such as event sets
  • The ability to enumerate the IIDs of the outgoing interfaces
  • The ability to connect and disconnect sinks to the object for those outgoing IIDs
  • The ability to enumerate the connections that exist to a particular outgoing interface

-see-also

IConnectionPoint

IConnectionPointContainer

IEnumConnectionPoints