Share via


IConnectionPointImpl Class Members

IConnectionPoint Methods

Advise Establishes a connection between the connection point and a sink.
EnumConnections Creates an enumerator to iterate through the connections for the connection point.
GetConnectionInterface Retrieves the IID of the interface represented by the connection point.
GetConnectionPointContainer Retrieves an interface pointer to the connectable object.
Unadvise Terminates a connection previously established through Advise.

Data Members

m_vec Manages the connections for the connection point.

IConnectionPointImpl Overview