Source position: jwapsapi.pas line 174
type _PROCESS_MEMORY_COUNTERS = record |
cb: DWORD; |
PageFaultCount: DWORD; |
PeakWorkingSetSize: SIZE_T; |
WorkingSetSize: SIZE_T; |
QuotaPeakPagedPoolUsage: SIZE_T; |
QuotaPagedPoolUsage: SIZE_T; |
QuotaPeakNonPagedPoolUsage: SIZE_T; |
QuotaNonPagedPoolUsage: SIZE_T; |
PagefileUsage: SIZE_T; |
PeakPagefileUsage: SIZE_T; |
end; |