[ATL] Add CHAIN_MSG_MAP macro

This commit is contained in:
Giannis Adamopoulos 2017-10-23 18:56:35 +03:00 committed by Giannis Adamopoulos
parent 85ae842105
commit e7c29bb1fc

View file

@ -1827,6 +1827,12 @@ public:
return TRUE; \
}
#define CHAIN_MSG_MAP(theChainClass) \
{ \
if (theChainClass::ProcessWindowMessage(hWnd, uMsg, wParam, lParam, lResult)) \
return TRUE; \
}
#define DECLARE_WND_CLASS_EX(WndClassName, style, bkgnd) \
static ATL::CWndClassInfo& GetWndClassInfo() \
{ \