CX_Help function

Function that displays help for the plug-in or a specified command.

Syntax

PLUGIN_API int __stdcall CX_Help
(
   HWND hWnd,
   UINT uCommand,
   DWORD dwData
);

Parameters

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.

Return Value

For a description of return values, see Return Values.

Remarks

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.

Requirements

Header: CX_PlugIn.h

See also: