#include <apr_thread_proc.h>
Data Fields | |
pid_t | pid |
apr_file_t * | in |
apr_file_t * | out |
apr_file_t * | err |
char * | invoked |
HANDLE | hproc |
|
Parent's side of pipe to child's stdouterr |
|
(Win32 only) Creator's handle granting access to the process
|
|
Parent's side of pipe to child's stdin |
|
Diagnositics/debugging string of the command invoked for this process [only present if APR_HAS_PROC_INVOKED is true]
|
|
Parent's side of pipe to child's stdout |
|
The process ID |