Files
sics/exeman.i
Ferdi Franceschini 074f1cb3cd Update from PSI
r1039 | ffr | 2006-08-03 09:59:29 +1000 (Thu, 03 Aug 2006) | 2 lines
2012-11-15 12:45:27 +11:00

25 lines
578 B
OpenEdge ABL

#line 178 "exe.w"
/*-------------------------------------------------------------------
Internal header file for the exe manager module. Do not edit. This
is automatically generated from exe.w
-------------------------------------------------------------------*/
#line 138 "exe.w"
typedef struct __EXEMAN{
pObjectDescriptor pDes;
pICallBack pCall;
char *sysPath;
char *batchPath;
pDynar exeStack;
int exeStackPtr;
int runList;
pExeBuf uploadBuffer;
int echo;
}ExeMan, *pExeMan;
#line 183 "exe.w"