PyIConnectionPointContainer Object

A Python wrapper of a COM IConnectionPointContainer interface.

Methods

EnumConnectionPoints
Creates an enumerator object to iterate through all the connection points supported in the connectable object, one connection point per outgoing IID. 

FindConnectionPoint
Finds a connection point for the given IID. 

Based On

PyIUnknown