ATL窗体基础
2020-12-13 02:50
标签:des class blog code http com CHAIN_MSG_MAP(baseClass)是个很简单的宏,就是调用某个基类的ProcessWindowsMessage函数。 请参考:http://blog.csdn.net/xiliang_pan/article/details/7178601 ATL窗体基础,搜素材,soscw.com ATL窗体基础 标签:des class blog code http com 原文地址:http://www.cnblogs.com/aoun/p/3784327.html
意味着你把消息路由给他,看它处理不处理
// 处理程序原型:
// LRESULT MessageHandler(UINT uMsg, WPARAM wParam,
LPARAM lParam, BOOL& bHandled);
// LRESULT CommandHandler(WORD
wNotifyCode, WORD wID, HWND hWndCtl, BOOL& bHandled);
// LRESULT
NotifyHandler(int idCtrl, LPNMHDR pnmh, BOOL& bHandled);WM_CLOSE
WM_DESTROY WM_QUIT 区别
上一篇:win7下jdk安装环境变量配置