PyIConnectionPoint Object
A Python wrapper of a COM IConnectionPoint interface.
Methods
- GetConnectionInterface
- Retrieves the IID of the interface represented by the connection point.
- GetConnectionPointContainer
- Gets the connection point container for the object.
- Advise
- Establishes a connection between the connection point object and the client's sink.
- Unadvise
- Terminates an advisory connection previously
established through PyIConnectionPoint::Advise.
- EnumConnections
- Creates an enumerator to iterate through the connections for the connection point
Based On
PyIUnknown