Pre-translate message handler for the plug-in view window.
PLUGIN_API int __stdcall ID_PreTranslateMessage
(
HWND hwndView,
MSG* pMsg
);
hwndView
Type: HWND
[in] Handle of the plug-in's view window
pMsg
Type: MSG*
[in] Message structure
For a description of return values, see Return Values.
This function returns TRUE if the plug-in has handled the message, or FALSE if the application should handle it.
Header: ID_PlugIn.h