DDraceNetwork Documentation
Loading...
Searching...
No Matches
process.h File Reference
#include "detect.h"
#include "types.h"
Include dependency graph for process.h:
This graph shows which files directly or indirectly include this file:

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)