Function that displays help for the plug-in or a specified image filter.
PLUGIN_API int __stdcall IF_Help
(
HWND hWnd,
UINT uFilter,
DWORD dwData
);
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
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: IF_PlugIn.h