DECLARE_EMPTY_MSG_MAP

DECLARE_EMPTY_MSG_MAP( )

Remarks

Declares an empty message map. DECLARE_EMPTY_MSG_MAP is a convenience macro that calls the macros BEGIN_MSG_MAP and END_MSG_MAP to create an empty message map:

BEGIN_MSG_MAP(...)
END_MSG_MAP

ATL Macros and Global Functions