CMessageLoopBase::PreTranslateMessage

virtual bool CMessageLoopBase::PreTranslateMessage(MSG* pMsg)

Hook for pre-translating messages.

Defined in: Application.h

Return Value

false

Parameters

pMsg

Address of the Win32 MSG structure being processed

Comments

CMessageLoopBase provides a hook for pre-translating messages. The default implementation simply calls the Win32 API TranslateMessage.