ReactOS 0.4.17-dev-784-g3812a95
PSP_QUERY_JOB_PROCESS_ID_CONTEXT Struct Reference
Collaboration diagram for PSP_QUERY_JOB_PROCESS_ID_CONTEXT:

Public Attributes

PJOBOBJECT_BASIC_PROCESS_ID_LIST ProcessIdList
 
PULONG_PTR NextProcessId
 
SIZE_T RemainingLength
 

Detailed Description

Context structure used to collect process IDs for a job object.

Parameters
[in,out]ProcessIdListA pointer to the output process identifier list.
[in,out]NextProcessIdA pointer to the next output array entry.
[in,out]RemainingLengthThe number of bytes remaining in the output array.

Definition at line 116 of file job.c.

Member Data Documentation

◆ NextProcessId

PULONG_PTR PSP_QUERY_JOB_PROCESS_ID_CONTEXT::NextProcessId

Definition at line 119 of file job.c.

Referenced by PspQueryJobProcessIdList(), and PspQueryJobProcessIdListCallback().

◆ ProcessIdList

PJOBOBJECT_BASIC_PROCESS_ID_LIST PSP_QUERY_JOB_PROCESS_ID_CONTEXT::ProcessIdList

Definition at line 118 of file job.c.

Referenced by PspQueryJobProcessIdList(), and PspQueryJobProcessIdListCallback().

◆ RemainingLength

SIZE_T PSP_QUERY_JOB_PROCESS_ID_CONTEXT::RemainingLength

Definition at line 120 of file job.c.

Referenced by PspQueryJobProcessIdList(), and PspQueryJobProcessIdListCallback().


The documentation for this struct was generated from the following file: