Share via


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.

DECLARE_CONNECTION_MAP( ) 

Remarks

Add this macro to the header file of your class.

Requirements

**  Windows CE versions:** 2.0 and later
  Header file: Declared in Afxdisp.h
  Platform: H/PC Pro, Palms-size PC, Pocket PC

See Also

BEGIN_CONNECTION_PART, DECLARE_CONNECTION_MAP