#include "AP_Popen2.h"
#include "AP_Logger.h"
#include "AP_Utility.h"
Namespaces | |
namespace | AP |
Architecture Platform. | |
Functions | |
AP_Bool | AP_Close2 (AP_StdFile fp_read, AP_StdFile fp_write, AP_Int pid, AP_Int &result) |
AP_Popen2(). | |
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. |