IF_Help function

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

Syntax

PLUGIN_API int __stdcall IF_Help
(
    HWND hWnd,
    UINT uFilter,
    DWORD dwData
);

Parameters

hWnd

Type: HWND

[in] Application window that is calling help

uFilter

Type: UINT

[in] Type of help requested (IF_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: IF_PlugIn.h

See also: