IConnectionPointImpl::m_vec

This data member manages the connections between the connection point object and a sink. By default, m_vec is of type CComDynamicUnkArray.

Syntax

CDV m_vec;

At a Glance

Header file: Atlcom.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

See Also

IConnectionPointImpl Overview, IConnectionPointImpl Data Members, CComDynamicUnkArray