infra:NET Expert
 
×
11.20 ACIpsInst::RunScript
Precompile and excute script
Defined in: Acipsscr.cpp
Syntax
LONG  XCACV  RunScript(SCString scsScrFile,ACIpsData& IpsData,BOOL blNewCompile );
LONG  XCACV  RunScript(SCString scsScrFile,ACIpsData& IpsData,BOOL blNewCompile, VOID* pvInstance )
LONG  XCACV  RunScript(SCString scsScrFile,ACIpsData& IpsData,VOID* pvInstance )
LONG  XCACV  RunScript(SCString scsScrFile,ACIpsData& IpsData,VOID* pvInstance, ACIpsScript* aciIPS )
LONG  XCACV  RunScript(SCString scsScrFile,ACIpsData& IpsData,VOID* pvInstance, ACIpsScript* aciIPS, BOOL bAddFunction )
LONG RunScript( SCString scsScrFile,ACIpsData& IpsData, BOOL blNewCompile, VOID* pvInstance, BOOL bAddFunctions );
Parameters
scsScrFile
Input name scriptfile to run
IpsData
I/O datacontainer for Dataexchange
blNewCompile
Input TRUE force to compile scriptfile
pvInstance
Input objectpointer for Libraries loaded with #UseDllExtension=
aciIPS
Input inherit variables from existing scriptobject
bAddFunctions
Input TRUE inherit the functions also from aciIPS