CConnectionPoint::GetConnections

调用该函数检索的所有活动连接连接点。

const CPtrArray* GetConnections( );

返回值

对数组的指针活动连接(接收器)。某些该数组的指针可能是NULL。使用强制转换运算符,该数组中的每个非null指针可以安全地转换为指向接收接口的指针。

要求

Header: afxdisp.h

请参见

参考

CConnectionPoint选件类

层次结构图

CConnectionPoint::GetMaxConnections