Unit 'JwaWindows' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#winunits-jedi]

_VM_COUNTERS

Declaration

Source position: jwanative.pas line 233

type _VM_COUNTERS = record

  PeakVirtualSize: SIZE_T;

  VirtualSize: SIZE_T;

  PageFaultCount: ULONG;

  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