BEGIN_CONNECTION_MAP

Use the BEGIN_CONNECTION_MAP macro in the implementation (.CPP) file that defines the member functions 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.

Syntax

BEGIN_CONNECTION_MAP( theClass, theBase )

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

CONNECTION_PART, DECLARE_CONNECTION_MAP, END_CONNECTION_MAP