CWinThread::PreTranslateMessage

Override this function to filter window messages before they are dispatched to the Windows functions ::TranslateMessage and ::DispatchMessage.

Syntax

virtual BOOL PreTranslateMessage( MSG *pMsg );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CWinThread Overview, CWinThread Member Functions, Application Architecture Classes