Inheritance diagram for Process:
Public Member Functions | |
BOOL | Exec (char *cmd) |
BOOL | Close () |
uint32 | GetExitCode () |
BOOL | IsActive () |
BOOL | Terminate () |
Public Attributes | |
char * | CurrentPath |
char * | Environment |
BOOL | AppendEnvironment |
BOOL | Hide |
BOOL | Wait |
BOOL | Inherit |
uint32 | Timeout |
BOOL | CaptureOutput |
PTR | OutBuffer |
uint32 | OutSize |
BOOL | Valid |
Definition at line 3 of file process.hpp.