Defines | Typedefs | Functions

ut_process.h File Reference

#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 Documentation

#define WIN32_LEAN_AND_MEAN

Typedef Documentation

typedef PROCESS_INFORMATION ProcessInfo

Function Documentation

bool createChildProcess ( const char *  app,
const char *  args,
ProcessInfo pI 
)

References CreateChildProcess().

void endProcess ( ProcessInfo pI  ) 
bool isProcessStillAlive ( ProcessInfo pI  )