Description:
function that returns reference information about plug-in.
Definition:
function FIPISabout(var name, version, descr,
author, misc: PChar):integer; stdcall;
Variables:
name - string, that should contain plug-in name
version - string, that should contain plug-in version
descr - string, that should contain plug-in description
author - string, that should contain author's name
misc - string, that should contain miscellaneous information
Should return:
1 - if success
0 - if failed
Notes:
- This function required for all FIPIS plug-ins (except PRINT.DLL and
WEBLOAD.DLL replacements).
|