DDNet documentation
Loading...
Searching...
No Matches
process.h File Reference
#include "detect.h"
#include "types.h"

Go to the source code of this file.

Enumerations

enum class  EShellExecuteWindowState { EShellExecuteWindowState::FOREGROUND , EShellExecuteWindowState::BACKGROUND }

Functions

int process_id ()
PROCESS process_execute (const char *file, EShellExecuteWindowState window_state, const char **arguments=nullptr, size_t num_arguments=0)
int process_kill (PROCESS process)
bool process_is_alive (PROCESS process)