Go to the documentation of this file.
27 #ifndef GWENHYWFAR_PROCESS_H
28 #define GWENHYWFAR_PROCESS_H
30 #include <gwenhywfar/gwenhywfarapi.h>
31 #include <gwenhywfar/types.h>
32 #include <gwenhywfar/syncio.h>
33 #include <gwenhywfar/error.h>
36 #define GWEN_PROCESS_FLAGS_REDIR_STDIN 0x00000001
38 #define GWEN_PROCESS_FLAGS_REDIR_STDOUT 0x00000002
40 #define GWEN_PROCESS_FLAGS_REDIR_STDERR 0x00000004
42 #define GWEN_PROCESS_FLAGS_DEFAULT 0