FIPISconfig
Back to index
 

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:

  1. This function required for all FIPIS plug-ins, that needs to configure any settings(except PRINT.DLL and WEBLOAD.DLL replacements).
  2. It is highly recommended that all settings should be saved in Windows Registry.
 
© 1999-2001 Alexander S. Tereschenko