CConnectionPoint::GetConnections

const CPtrArray* GetConnections( );

返回值:
返回一个指针数组,数组中记录了接收端的活动连接。数组中的每个指针都可以通过强制转换变成一个指向接收端接口的指针。

说明:
本函数用于检索连接映射中的所有连接点。

请参阅:CConnectionPoint::GetMaxConnections