CConnectionPoint::GetContainer

This member function is called by the framework to retrieve the IConnectionPointContainer interface for the connection point. This function is typically implemented by the BEGIN_CONNECTION_PART macro.

Syntax

virtual LPCONNECTIONPOINTCONTAINER GetContainer( ) = 0;

At a Glance

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

See Also

CConnectionPoint Overview, CConnectionPoint Member Functions, Application Architecture Classes, BEGIN_CONNECTION_PART