#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 |
pid_t apr_proc_t::pid |
The process ID
Parent's side of pipe to child's stdin
Parent's side of pipe to child's stdout
Parent's side of pipe to child's stdouterr
char* apr_proc_t::invoked |
Diagnositics/debugging string of the command invoked for this process [only present if APR_HAS_PROC_INVOKED is true]
HANDLE apr_proc_t::hproc |
(Win32 only) Creator's handle granting access to the process