Source position: jwawinnt.pas line 3251
type _JOBOBJECT_EXTENDED_LIMIT_INFORMATION = record |
BasicLimitInformation: JOBOBJECT_BASIC_LIMIT_INFORMATION; |
IoInfo: IO_COUNTERS; |
ProcessMemoryLimit: SIZE_T; |
JobMemoryLimit: SIZE_T; |
PeakProcessMemoryUsed: SIZE_T; |
PeakJobMemoryUsed: SIZE_T; |
end; |