CWnd::PreTranslateMessage
用于使选件类 CWinApp 转换窗口消息,并在调度到 TranslateMessage 和 DispatchMessage Windows功能之前。
virtual BOOL PreTranslateMessage(
MSG* pMsg
);
参数
- pMsg
指向 信息 包含消息处理机制。
返回值
非零,如果消息转换和不应调度;0,如果消息未被转换和应调度。
要求
Header: afxwin.h
用于使选件类 CWinApp 转换窗口消息,并在调度到 TranslateMessage 和 DispatchMessage Windows功能之前。
virtual BOOL PreTranslateMessage(
MSG* pMsg
);
非零,如果消息转换和不应调度;0,如果消息未被转换和应调度。
Header: afxwin.h