#include <string>
#include "ut_process.h"
Functions | |
bool | isProcessStillAlive (ProcessInfo &pI) |
BOOL | CreateChildProcess (char *appName, char *cmdline, PROCESS_INFORMATION *procInfo, STARTUPINFO *startInfo) |
bool | createChildProcess (const char *app, const char *args, ProcessInfo *pI) |
void | endProcess (ProcessInfo &pI) |
BOOL CreateChildProcess | ( | char * | appName, | |
char * | cmdline, | |||
PROCESS_INFORMATION * | procInfo, | |||
STARTUPINFO * | startInfo | |||
) |
Referenced by AbiGimp_invoke(), and createChildProcess().
bool createChildProcess | ( | const char * | app, | |
const char * | args, | |||
ProcessInfo * | pI | |||
) |
References CreateChildProcess().
Referenced by DECLARE_ABI_PLUGIN_METHOD().
void endProcess | ( | ProcessInfo & | pI | ) |
Referenced by DECLARE_ABI_PLUGIN_METHOD().
bool isProcessStillAlive | ( | ProcessInfo & | pI | ) |
Referenced by DECLARE_ABI_PLUGIN_METHOD().