Unit 'JwaPsApi' Package
[Overview][Types][Procedures and functions][Index] [#winunits-jedi]

_PROCESS_MEMORY_COUNTERS

Declaration

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;


Documentation generated on: 2023-03-18