CMessageLoopDefaultImpl::PreTranslateMessage

virtual bool CMessageLoopDefaultImpl::PreTranslateMessage(MSG* pMsg)

Give the app an opportunity to pre-process a message.

Defined in: Application.h

Return Value

true if the message was processed, false otherwise

Parameters

pMsg

pointer to an message structure to preprocess

Comments

PreTranslateMessage gives your app's message loop a chance to handle messages before they're circulated in the system.