Process Control Functions
Silk Performer
provides the following process control functions:
ProcessGetEnv Function
Gets the value for an environment variable key.
ProcessGetState Function
Returns the state of the specified process.
ProcessWait Function
Waits for a running detached process.
ProcessInitialize Function
Initializes a process that is started later with the
ProcessStart
function.
ProcessKill Function
Kills a single process (PROCESS_KILLSINGLE) or a list of processes (PROCESS_KILLALL).
ProcessSetEnv Function
Sets an environment variable for a process.
ProcessSetErrorBuffer Function
Saves the error output of the process to a string buffer.
ProcessSetOutputBuffer Function
Save the output of the process to a string buffer.
ProcessSetStdInFile Function
Sets a standard input file before starting a process.
ProcessStart Function
Creates a new operating-system process and executes it.
ProcessFree Function
Frees the memory allocated by
ProcessInitialize
for a process specified by its handle,
hProc
.
Parent topic:
General Functions