|
ReactOS 0.4.17-dev-784-g3812a95
|

Public Attributes | |
| PEJOB | Job |
| NTSTATUS | ExitStatus |
Context structure used to pass the job object and exit status to the process termination callback.
| [in] | Job | A pointer to the job object. |
| [in] | ExitStatus | The exit status to be used for all terminated processes. |
| NTSTATUS PSP_TERMINATE_PROCESS_CONTEXT::ExitStatus |
Definition at line 101 of file job.c.
Referenced by PspTerminateProcessCallback().
| PEJOB PSP_TERMINATE_PROCESS_CONTEXT::Job |
Definition at line 100 of file job.c.
Referenced by PspTerminateProcessCallback().