DECLARE_CONNECTION_MAP

This macro is used at the end of your class declaration, if your control supports connection points. In the .cpp file that defines the methods 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.

At a Glance

Header file: Add this macro to your class's header file.
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

DECLARE_CONNECTION_MAP( )

See Also

BEGIN_CONNECTION_PART, DECLARE_CONNECTION_MAP