11.11 ACIpsInst Class
class ACIpsInst: public ACIpsScript
Extention of IpsScriptclass IPSFactory for Infra installation
Defined in: ACIPSSCR.HPP
|
Class Members
|
public members
XCACV ACIpsInst( BOOL = TRUE )
Default constructor.
XCACV ACIpsInst( ULONG )
Constructor.
XCACV ~ACIpsInst()
Destructor.
LONG XCACV RunScript( SCString,ACIpsData&,BOOL, VOID*, ACIpsScript*, BOOL )
Compiles and runs the script
protected members
LONG FileOpen( const SCString &, const SCString &,LONG & )
Opens a file for reading or writing
LONG FileWrite( LONG,const SCString& )
Writes to a file which was previously opend by FileOpen
LONG FileClose( LONG )
Reads from a file which was previously opend by FileOpen 9
LONG FileClose( LONG )
Close a file which was previously opend by FileOpen
LONG ACCreateProcess( const SCString& , const SCString& , LONG )
Creates a new process
VOID Init()
Initialization of IPSFactory
LONG iAcInternalDispatchFunction(LONG, LONG*, DOUBLE*, SCString* )
Script Runtime: Execute registrated Scriptfunctions
protected members
ULONG ulFlags
Flags for precompile und rundecisions
SCString scsScriptFile
Actual running scriptfile
ULONG ulApplHandle
Application handle
FILE* m_aFS[IPS_MAX_FS]
Accumulated filepointer from FileOpen
|
