BEGIN_CONNECTION_MAP

This macro is used in the implementation (.cpp) file that defines the methods for your class to start the connection map. Add macro entries for each of your connection points using the CONNECTION_PART macro. Complete the connection map with the END_CONNECTION_MAP macro.

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

BEGIN_CONNECTION_MAP( theClass, theBase )

See Also

CONNECTION_PART, DECLARE_CONNECTION_MAP, END_CONNECTION_MAP