#include <process.h>
Each element of this structure is the same as returned by Unix wait4().
Data Fields | |
pid_t | pid |
The process ID of a complete process. | |
int | status |
The exit status of the process. | |
rusage | rusage |
The resource usage of the process. |
|
The process ID of a complete process.
|
|
The exit status of the process.
|
|
The resource usage of the process.
|