Source position: jwawinnt.pas line 3174
type _QUOTA_LIMITS_EX = record |
PagedPoolLimit: SIZE_T; |
NonPagedPoolLimit: SIZE_T; |
MinimumWorkingSetSize: SIZE_T; |
MaximumWorkingSetSize: SIZE_T; |
PagefileLimit: SIZE_T; |
TimeLimit: LARGE_INTEGER; |
Reserved1: SIZE_T; |
Reserved2: SIZE_T; |
Reserved3: SIZE_T; |
Reserved4: SIZE_T; |
Flags: DWORD; |
Reserved5: DWORD; |
end; |