CConnectionPoint::GetConnections

const CPtrArray* GetConnections( );

Return Value

A pointer to an array of active connections (sinks). Each pointer in this array can be safely converted to a pointer to the sink interface using a cast operator.

Remarks

Call this function to retrieve all active connections for a connection point.

CConnectionPoint OverviewClass MembersHierarchy Chart

See Also   CConnectionPoint::GetMaxConnections