11.30 ProcessScript
LONG ProcessScript(HWND hwndMain, CHAR* FileName, LPLONG lplCommand, CHAR* pPStr, LONG lStrLen, LONG lNumStr, LPLONG plNumbers, LONG lNumNum)
Interface of InstallEngine. The InstallEngine loads this InstallEngine Interface. The InstallEngine Interface itself loads the IPSFactory.
Defined in: InfraSetup.cpp
|
Parameters
|
hwndMain
Input Main application handle
FileName
Input FileName of script to execute
lplCommand
Output Command of scriptfunction for InstallEngine to execute
pPStr
I/O Pointer to string for dataexchange
lStrLen
Input Length of strings in pPStr
lNumStr
Input Count strings in pPStr
plNumbers
I/O Pointer to Longs for dataexchange
lNumNum
Input Count Longs of plNumbers
|
