Function that displays help for the plug-in or a specified command.
PLUGIN_API int __stdcall CX_Help
(
HWND hWnd,
UINT uCommand,
DWORD dwData
);
hWnd
Type: HWND
[in] Application window that is calling help.
uCommand
Type: UINT
[in] Type of help requested (CX_HC value).
dwData
Type: DWORD
[in] Additional data for help command.
For a description of return values, see Return Values.
Generally this function would bring up a HTML help article (.chm file) for the plug-in. See the .chm files in the PlugIns folder of ACDSee's installation directory for examples.
Header: CX_PlugIn.h