Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates connection points.
Inheritance
The IEnumConnectionPoints interface inherits from the IUnknown interface. IEnumConnectionPoints also has these types of members:
Methods
The IEnumConnectionPoints interface has these methods.
IEnumConnectionPoints::Clone Creates a new enumerator that contains the same enumeration state as the current one. (IEnumConnectionPoints.Clone) |
IEnumConnectionPoints::Next Retrieves the specified number of items in the enumeration sequence. (IEnumConnectionPoints.Next) |
IEnumConnectionPoints::Reset Resets the enumeration sequence to the beginning. (IEnumConnectionPoints.Reset) |
IEnumConnectionPoints::Skip Skips over the specified number of items in the enumeration sequence. (IEnumConnectionPoints.Skip) |
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
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
Target Platform | Windows |
Header | ocidl.h (include ObjIdl.h) |