CWinApp::PreTranslateMessage
重写此功能筛选windows消息,并在调度到Windows功能 TranslateMessage 之前,并 DispatchMessage 默认实现执行快捷键键转换,因此,您必须对您的重写版本的 CWinApp::PreTranslateMessage 成员函数。
virtual BOOL PreTranslateMessage(
MSG* pMsg
);
参数
- pMsg
对包含消息处理的 信息 结构的指针。
返回值
非零,如果消息。PreTranslateMessage 完全处理,不应进一步处理。 零,如果消息应处理以常规方法。
要求
Header: afxwin.h