EP_USER_MSG¶
Sends the plug-in user-defined messages.
EP_USER_MSG
hwnd = hwndView;
wParam = wParam;
lParam = lParam; hwndView The window handle to the EmEditor view. wParam The first parameter. The meaning of this parameter depends on the plug-in. lParam The second parameter. The meaning of this parameter depends on the plug-in. The meaning of the return values depends on the plug-in. Supported on Version 15.5 or later.Parameters¶
Return Values¶
Version¶