Process | |
The ProcessMemoryCountersEx type exposes the following members.
| Name | Description | |
|---|---|---|
| PageFaultCount | The number of page faults. | |
| PagefileUsage | The Commit Charge value in bytes for this process. Commit Charge is the total amount of memory that the memory manager has committed for a running process. | |
| PeakPagefileUsage | The peak value in bytes of the Commit Charge during the lifetime of this process. | |
| PeakWorkingSetSize | The peak working set size, in bytes. | |
| PrivateUsage | Same as PagefileUsage. The Commit Charge value in bytes for this process. Commit Charge is the total amount of memory that the memory manager has committed for a running process. | |
| QuotaNonPagedPoolUsage | The current nonpaged pool usage, in bytes. | |
| QuotaPagedPoolUsage | The current paged pool usage, in bytes. | |
| QuotaPeakNonPagedPoolUsage | The peak nonpaged pool usage, in bytes. | |
| QuotaPeakPagedPoolUsage | The peak paged pool usage, in bytes. | |
| Size | The size of the structure, in bytes. | |
| WorkingSetSize | The current working set size, in bytes. |