DECLARE_CONNECTION_MAP

Use the DECLARE_CONNECTION_MAP macro at the end of your class declaration, if your control supports connection points. In the .CPP file that defines the member functions for the class, use the BEGIN_CONNECTION_MAP macro, CONNECTION_PART macros for each of the control's connection points, and the END_CONNECTION_MAP macro to declare the end of the connection map.

Syntax

DECLARE_CONNECTION_MAP( )

At a Glance

Header file: Add this macro to your class's header file.
Platforms:
Versions: 2.0 and later
Complete documentation Visual C++ documentation

See Also

CConnectionPoint Macros, BEGIN_CONNECTION_PART, DECLARE_CONNECTION_MAP