Description:
function that tells plug-in to show configuration dialog.
Definition:
function FIPISconfig(app: THandle):integer; stdcall;
Variables:
app - handle of calling process
Should return:
1 - if success
0 - if failed
Notes:
- This function required for all FIPIS plug-ins, that needs to configure
any settings(except PRINT.DLL and WEBLOAD.DLL replacements).
- It is highly recommended that all settings should be saved in Windows
Registry.
|