EP_PRE_TRANSLATE_MSG

Called before each Windows message is translated.

EP_PRE_TRANSLATE_MSG

hwnd = hwndView;

wParam = 0;

lParam = (LPARAM) (MSG*) pMsg;

Parameters

hwndView

The window handle to the EmEditor view.

pMsg

The pointer to the window message before translated.

Return Values

If the return value is TRUE, the message is not be continued to be translated or dispatched. If the return value is FALSE, the message is continued to be translated or dispatched.

Version

Supported on Version 6.00 or later.