#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 | 
The APR process type
Parent's side of pipe to child's stdouterr
| HANDLE apr_proc_t::hproc | 
(Win32 only) Creator's handle granting access to the process
Parent's side of pipe to child's stdin
| char* apr_proc_t::invoked | 
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
| pid_t apr_proc_t::pid | 
The process ID
 1.6.1