Expand Minimize
This topic has not yet been rated - Rate this topic

CWnd::PreTranslateMessage

Used by class CWinApp to translate window messages before they are dispatched to the TranslateMessage and DispatchMessage Windows functions.

virtual BOOL PreTranslateMessage( 
   MSG* pMsg  
);
pMsg

Points to a MSG structure that contains the message to process.

Nonzero if the message was translated and should not be dispatched; 0 if the message was not translated and should be dispatched.

Header: afxwin.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.