BEGIN_CONNECTION_POINT_MAP

BEGIN_CONNECTION_POINT_MAP( x )

Parameters

x

[in] The name of the class containing the connection points.

Remarks

Marks the beginning of the connection point map entries. Start your connection point map with the BEGIN_CONNECTION_POINT_MAP macro, add entries for each of your connection points with the CONNECTION_POINT_ENTRY macro, and complete the map with the END_CONNECTION_POINT_MAP macro.

For example:

BEGIN_CONNECTION_POINT_MAP(CConnect)
   CONNECTION_POINT_ENTRY(m_cpInterfaceBeingExposed)
END_CONNECTION_POINT_MAP( )

For more information about connection points in ATL, see the article Connection Points.

ATL Macros and Global Functions