Network, Computer and Programming Resources
C++ - Connection point
In OLE, a mechanism consisting of the object calling the interface, referred to as the source,and the object implementing the interface, referred to as the sink0 . The connection point implements an outgoing interface that can initiate actions, such as firing events and change notifications, on other objects. By exposing a connection point, a source allows sinks to establish connections to the source.