DECLARE_EMPTY_MSG_MAP
声明空消息映射。
DECLARE_EMPTY_MSG_MAP( )
备注
DECLARE_EMPTY_MSG_MAP 是调用宏 BEGIN_MSG_MAP 和 END_MSG_MAP 创建空的消息映射的便利宏:
BEGIN_MSG_MAP(CExample)
END_MSG_MAP()
要求
Header: atlwin.h
声明空消息映射。
DECLARE_EMPTY_MSG_MAP( )
DECLARE_EMPTY_MSG_MAP 是调用宏 BEGIN_MSG_MAP 和 END_MSG_MAP 创建空的消息映射的便利宏:
BEGIN_MSG_MAP(CExample)
END_MSG_MAP()
Header: atlwin.h