C++ common classes
General purpose classes for use across projects (Apache license)
|
CXPlatProcess() | CXPlatProcess | |
CXPlatProcess(char *szProcess, BOOL bHide=TRUE, BOOL bWait=FALSE, BOOL bInheritHandles=TRUE) | CXPlatProcess | |
GetProcessHandle() | CXPlatProcess | |
hProcess | CXPlatProcess | [protected] |
Launch(char *szProcess, BOOL bHide=TRUE, BOOL bWait=FALSE, BOOL bInheritHandles=TRUE) | CXPlatProcess | |
LaunchHiddenProcess(char *szProcess, BOOL bHide=TRUE, BOOL bWait=FALSE, BOOL bInheritHandles=TRUE) | CXPlatProcess | [protected] |
~CXPlatProcess() | CXPlatProcess | [virtual] |