Function that displays help for the plug-in or a specified image format.
PLUGIN_API int __stdcall IE_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 (IE_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: IE_PlugIn.h