template< class T >
class IConnectionPointContainerImpl
Parameters
T
Your class, derived from IConnectionPointContainerImpl.
IConnectionPointContainerImpl implements a connection point container to manage a collection of IConnectionPointImpl objects. IConnectionPointContainerImpl provides two methods that a client can call to retrieve more information about a connectable object:
For information about using connection points in ATL, see the article Connection Points.
#include <atlcom.h>
See Also IConnectionPointContainer