ID_PreTranslateMessage function

Pre-translate message handler for the plug-in view window.

Syntax

PLUGIN_API int __stdcall ID_PreTranslateMessage
(
   HWND hwndView,
   MSG* pMsg
);

Parameters

hwndView

Type: HWND

[in] Handle of the plug-in's view window

pMsg

Type: MSG*

[in] Message structure

Return Value

For a description of return values, see Return Values.

Remarks

This function returns TRUE if the plug-in has handled the message, or FALSE if the application should handle it.

Requirements

Header: ID_PlugIn.h

See also: