EP_PRE_TRANSLATE_MSG¶
Called before each Windows message is translated.
EP_PRE_TRANSLATE_MSG
hwnd = hwndView;
wParam = 0;
lParam = (LPARAM) (MSG*) pMsg; hwndView The window handle to the EmEditor view. pMsg The pointer to the window message before translated. 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. Supported on Version 6.00 or later.Parameters¶
Return Values¶
Version¶