#include <stddef.h>#include <stdlib.h>#include <stdio.h>#include <sys/types.h>#include <sys/stat.h>#include <windows.h>Go to the source code of this file.
Defines | |
| #define | WIN32_LEAN_AND_MEAN |
Typedefs | |
| typedef PROCESS_INFORMATION | ProcessInfo |
Functions | |
| bool | isProcessStillAlive (ProcessInfo &pI) |
| bool | createChildProcess (const char *app, const char *args, ProcessInfo *pI) |
| void | endProcess (ProcessInfo &pI) |
| #define WIN32_LEAN_AND_MEAN |
| typedef PROCESS_INFORMATION ProcessInfo |
| bool createChildProcess | ( | const char * | app, | |
| const char * | args, | |||
| ProcessInfo * | pI | |||
| ) |
References CreateChildProcess().
| void endProcess | ( | ProcessInfo & | pI | ) |
| bool isProcessStillAlive | ( | ProcessInfo & | pI | ) |
1.7.1