#include <sys/wait.h>
#include "AP_Types.h"
#include "AP_String.h"
Namespaces | |
namespace | AP |
Architecture Platform. | |
Functions | |
AP_Bool | AP_Popen2 (const AP_String &cmd, AP_StdFile &pfp_read, AP_StdFile &pfp_write, AP_Int &ppid) |
Unix version returns 'true' on success, 'false' on failure use this one to open both an input and output pipe to the executable. | |
AP_Bool | APClose2 (AP_StdFile fp_read, AP_StdFile fp_write, AP_Int pid, AP_Int &result) |
process id returned |