ReactOS 0.4.15-dev-8093-g3285f69
_PERFORMANCE_INFORMATION Struct Reference

#include <psapi.h>

Public Attributes

DWORD cb
 
SIZE_T CommitTotal
 
SIZE_T CommitLimit
 
SIZE_T CommitPeak
 
SIZE_T PhysicalTotal
 
SIZE_T PhysicalAvailable
 
SIZE_T SystemCache
 
SIZE_T KernelTotal
 
SIZE_T KernelPaged
 
SIZE_T KernelNonpaged
 
SIZE_T PageSize
 
DWORD HandleCount
 
DWORD ProcessCount
 
DWORD ThreadCount
 

Detailed Description

Definition at line 64 of file psapi.h.

Member Data Documentation

◆ cb

DWORD _PERFORMANCE_INFORMATION::cb

Definition at line 65 of file psapi.h.

Referenced by GetPerformanceInfo().

◆ CommitLimit

SIZE_T _PERFORMANCE_INFORMATION::CommitLimit

Definition at line 67 of file psapi.h.

Referenced by GetPerformanceInfo().

◆ CommitPeak

SIZE_T _PERFORMANCE_INFORMATION::CommitPeak

Definition at line 68 of file psapi.h.

Referenced by GetPerformanceInfo().

◆ CommitTotal

SIZE_T _PERFORMANCE_INFORMATION::CommitTotal

Definition at line 66 of file psapi.h.

Referenced by GetPerformanceInfo().

◆ HandleCount

DWORD _PERFORMANCE_INFORMATION::HandleCount

Definition at line 76 of file psapi.h.

Referenced by GetPerformanceInfo().

◆ KernelNonpaged

SIZE_T _PERFORMANCE_INFORMATION::KernelNonpaged

Definition at line 74 of file psapi.h.

Referenced by GetPerformanceInfo().

◆ KernelPaged

SIZE_T _PERFORMANCE_INFORMATION::KernelPaged

Definition at line 73 of file psapi.h.

Referenced by GetPerformanceInfo().

◆ KernelTotal

SIZE_T _PERFORMANCE_INFORMATION::KernelTotal

Definition at line 72 of file psapi.h.

Referenced by GetPerformanceInfo().

◆ PageSize

SIZE_T _PERFORMANCE_INFORMATION::PageSize

Definition at line 75 of file psapi.h.

Referenced by GetPerformanceInfo().

◆ PhysicalAvailable

SIZE_T _PERFORMANCE_INFORMATION::PhysicalAvailable

Definition at line 70 of file psapi.h.

Referenced by GetPerformanceInfo().

◆ PhysicalTotal

SIZE_T _PERFORMANCE_INFORMATION::PhysicalTotal

Definition at line 69 of file psapi.h.

Referenced by GetPerformanceInfo().

◆ ProcessCount

DWORD _PERFORMANCE_INFORMATION::ProcessCount

Definition at line 77 of file psapi.h.

Referenced by GetPerformanceInfo().

◆ SystemCache

SIZE_T _PERFORMANCE_INFORMATION::SystemCache

Definition at line 71 of file psapi.h.

Referenced by GetPerformanceInfo().

◆ ThreadCount

DWORD _PERFORMANCE_INFORMATION::ThreadCount

Definition at line 78 of file psapi.h.

Referenced by GetPerformanceInfo().


The documentation for this struct was generated from the following file: