ReactOS 0.4.15-dev-7942-gd23573b
_PERFDATA Struct Reference

#include <perfdata.h>

Collaboration diagram for _PERFDATA:

Public Attributes

WCHAR ImageName [MAX_PATH]
 
HANDLE ProcessId
 
WCHAR UserName [MAX_PATH]
 
ULONG SessionId
 
ULONG CPUUsage
 
LARGE_INTEGER CPUTime
 
ULONG WorkingSetSizeBytes
 
ULONG PeakWorkingSetSizeBytes
 
ULONG WorkingSetSizeDelta
 
ULONG PageFaultCount
 
ULONG PageFaultCountDelta
 
ULONG VirtualMemorySizeBytes
 
ULONG PagedPoolUsagePages
 
ULONG NonPagedPoolUsagePages
 
ULONG BasePriority
 
ULONG HandleCount
 
ULONG ThreadCount
 
ULONG USERObjectCount
 
ULONG GDIObjectCount
 
IO_COUNTERS IOCounters
 
LARGE_INTEGER UserTime
 
LARGE_INTEGER KernelTime
 
ULONG ProcessId
 
LARGE_INTEGER CreateTime
 

Detailed Description

Definition at line 13 of file perfdata.h.

Member Data Documentation

◆ BasePriority

ULONG _PERFDATA::BasePriority

Definition at line 29 of file perfdata.h.

Referenced by PerfDataGetBasePriority(), and PerfDataRefresh().

◆ CPUTime

LARGE_INTEGER _PERFDATA::CPUTime

Definition at line 20 of file perfdata.h.

Referenced by PerfDataGetCPUTime(), and PerfDataRefresh().

◆ CPUUsage

ULONG _PERFDATA::CPUUsage

Definition at line 19 of file perfdata.h.

Referenced by PerfDataGetCPUUsage(), and PerfDataRefresh().

◆ CreateTime

LARGE_INTEGER _PERFDATA::CreateTime

Definition at line 54 of file ctm.h.

Referenced by PerfDataRefresh().

◆ GDIObjectCount

ULONG _PERFDATA::GDIObjectCount

Definition at line 33 of file perfdata.h.

Referenced by PerfDataGetGDIObjectCount(), and PerfDataRefresh().

◆ HandleCount

ULONG _PERFDATA::HandleCount

Definition at line 30 of file perfdata.h.

Referenced by PerfDataGetHandleCount(), and PerfDataRefresh().

◆ ImageName

WCHAR _PERFDATA::ImageName

Definition at line 15 of file perfdata.h.

Referenced by PerfDataRefresh().

◆ IOCounters

IO_COUNTERS _PERFDATA::IOCounters

Definition at line 34 of file perfdata.h.

◆ KernelTime

LARGE_INTEGER _PERFDATA::KernelTime

Definition at line 37 of file perfdata.h.

Referenced by PerfDataRefresh().

◆ NonPagedPoolUsagePages

ULONG _PERFDATA::NonPagedPoolUsagePages

Definition at line 28 of file perfdata.h.

Referenced by PerfDataGetNonPagedPoolUsagePages(), and PerfDataRefresh().

◆ PagedPoolUsagePages

ULONG _PERFDATA::PagedPoolUsagePages

Definition at line 27 of file perfdata.h.

Referenced by PerfDataGetPagedPoolUsagePages(), and PerfDataRefresh().

◆ PageFaultCount

ULONG _PERFDATA::PageFaultCount

Definition at line 24 of file perfdata.h.

Referenced by PerfDataGetPageFaultCount(), and PerfDataRefresh().

◆ PageFaultCountDelta

ULONG _PERFDATA::PageFaultCountDelta

Definition at line 25 of file perfdata.h.

Referenced by PerfDataGetPageFaultCountDelta(), and PerfDataRefresh().

◆ PeakWorkingSetSizeBytes

ULONG _PERFDATA::PeakWorkingSetSizeBytes

Definition at line 22 of file perfdata.h.

Referenced by PerfDataGetPeakWorkingSetSizeBytes(), and PerfDataRefresh().

◆ ProcessId [1/2]

HANDLE _PERFDATA::ProcessId

Definition at line 16 of file perfdata.h.

Referenced by PerfDataRefresh(), and ProcessKeys().

◆ ProcessId [2/2]

ULONG _PERFDATA::ProcessId

Definition at line 32 of file ctm.h.

◆ SessionId

ULONG _PERFDATA::SessionId

Definition at line 18 of file perfdata.h.

Referenced by PerfDataGetSessionId(), and PerfDataRefresh().

◆ ThreadCount

ULONG _PERFDATA::ThreadCount

Definition at line 31 of file perfdata.h.

Referenced by PerfDataGetThreadCount(), PerfDataGetTotalThreadCount(), and PerfDataRefresh().

◆ UserName

WCHAR _PERFDATA::UserName

Definition at line 17 of file perfdata.h.

Referenced by PerfDataRefresh().

◆ USERObjectCount

ULONG _PERFDATA::USERObjectCount

Definition at line 32 of file perfdata.h.

Referenced by PerfDataGetUSERObjectCount(), and PerfDataRefresh().

◆ UserTime

LARGE_INTEGER _PERFDATA::UserTime

Definition at line 36 of file perfdata.h.

Referenced by PerfDataRefresh().

◆ VirtualMemorySizeBytes

ULONG _PERFDATA::VirtualMemorySizeBytes

Definition at line 26 of file perfdata.h.

Referenced by PerfDataGetVirtualMemorySizeBytes(), and PerfDataRefresh().

◆ WorkingSetSizeBytes

ULONG _PERFDATA::WorkingSetSizeBytes

Definition at line 21 of file perfdata.h.

Referenced by PerfDataGetWorkingSetSizeBytes(), and PerfDataRefresh().

◆ WorkingSetSizeDelta

ULONG _PERFDATA::WorkingSetSizeDelta

Definition at line 23 of file perfdata.h.

Referenced by PerfDataGetWorkingSetSizeDelta(), and PerfDataRefresh().


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