CODTextCompEdit::PreTranslateMessage

BOOL CODTextCompEdit::PreTranslateMessage(MSG* pMsg)

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

Defined in: OdTextComp.cpp

Return Value

Non-zero if the message was translated and should not be dispatched; otherwise zero.

Parameters

pMsg

Pointer to message structure containing message information.