Source position: jwawinnt.pas line 3267
type _JOBOBJECT_BASIC_PROCESS_ID_LIST = record
NumberOfAssignedProcesses: DWORD;
NumberOfProcessIdsInList: DWORD;
ProcessIdList: array [0..0] of ULONG_PTR;
end;