Flags for ExecuteProcess.
Source position: osutilsh.inc line 16
type TExecuteFlags = set of ( |
||
ExecInheritsHandles |
|
The new process inherits all (file) handles owned by the current process. |
); |
TExecuteFlags is a set of flags to influence the behaviour of the ExecuteProcess call.
|
Execute another process (program). |