| 
    Apache Portable Runtime
    
   | 
 
#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
| apr_file_t* apr_proc_t::err | 
Parent's side of pipe to child's stdouterr
| HANDLE apr_proc_t::hproc | 
(Win32 only) Creator's handle granting access to the process
| apr_file_t* apr_proc_t::in | 
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]
| apr_file_t* apr_proc_t::out | 
Parent's side of pipe to child's stdout
| pid_t apr_proc_t::pid | 
The process ID