ReactOS 0.4.17-dev-470-gf9e3448
_SYSTEM_PROCESS_INFORMATION Struct Reference

#include <extypes.h>

Collaboration diagram for _SYSTEM_PROCESS_INFORMATION:

Public Attributes

ULONG NextEntryOffset
 
ULONG NumberOfThreads
 
LARGE_INTEGER WorkingSetPrivateSize
 
ULONG HardFaultCount
 
ULONG NumberOfThreadsHighWatermark
 
ULONGLONG CycleTime
 
LARGE_INTEGER CreateTime
 
LARGE_INTEGER UserTime
 
LARGE_INTEGER KernelTime
 
UNICODE_STRING ImageName
 
KPRIORITY BasePriority
 
HANDLE UniqueProcessId
 
HANDLE InheritedFromUniqueProcessId
 
ULONG HandleCount
 
ULONG SessionId
 
ULONG_PTR PageDirectoryBase
 
SIZE_T PeakVirtualSize
 
SIZE_T VirtualSize
 
ULONG PageFaultCount
 
SIZE_T PeakWorkingSetSize
 
SIZE_T WorkingSetSize
 
SIZE_T QuotaPeakPagedPoolUsage
 
SIZE_T QuotaPagedPoolUsage
 
SIZE_T QuotaPeakNonPagedPoolUsage
 
SIZE_T QuotaNonPagedPoolUsage
 
SIZE_T PagefileUsage
 
SIZE_T PeakPagefileUsage
 
SIZE_T PrivatePageCount
 
LARGE_INTEGER ReadOperationCount
 
LARGE_INTEGER WriteOperationCount
 
LARGE_INTEGER OtherOperationCount
 
LARGE_INTEGER ReadTransferCount
 
LARGE_INTEGER WriteTransferCount
 
LARGE_INTEGER OtherTransferCount
 
BYTE Reserved1 [52]
 
PVOID Reserved2 [3]
 
PVOID Reserved3
 
BYTE Reserved4 [4]
 
PVOID Reserved5 [11]
 
LARGE_INTEGER Reserved6 [6]
 

Detailed Description

Definition at line 1085 of file extypes.h.

Member Data Documentation

◆ BasePriority

KPRIORITY _SYSTEM_PROCESS_INFORMATION::BasePriority

◆ CreateTime

LARGE_INTEGER _SYSTEM_PROCESS_INFORMATION::CreateTime

Definition at line 1093 of file extypes.h.

Referenced by ExpQuerySystemProcessInformation(), and PerfDataRefresh().

◆ CycleTime

ULONGLONG _SYSTEM_PROCESS_INFORMATION::CycleTime

Definition at line 1092 of file extypes.h.

◆ HandleCount

ULONG _SYSTEM_PROCESS_INFORMATION::HandleCount

◆ HardFaultCount

ULONG _SYSTEM_PROCESS_INFORMATION::HardFaultCount

Definition at line 1090 of file extypes.h.

◆ ImageName

◆ InheritedFromUniqueProcessId

◆ KernelTime

LARGE_INTEGER _SYSTEM_PROCESS_INFORMATION::KernelTime

Definition at line 1095 of file extypes.h.

Referenced by ExpQuerySystemProcessInformation(), and PerfDataRefresh().

◆ NextEntryOffset

◆ NumberOfThreads

ULONG _SYSTEM_PROCESS_INFORMATION::NumberOfThreads

◆ NumberOfThreadsHighWatermark

ULONG _SYSTEM_PROCESS_INFORMATION::NumberOfThreadsHighWatermark

Definition at line 1091 of file extypes.h.

◆ OtherOperationCount

LARGE_INTEGER _SYSTEM_PROCESS_INFORMATION::OtherOperationCount

Definition at line 1126 of file extypes.h.

◆ OtherTransferCount

LARGE_INTEGER _SYSTEM_PROCESS_INFORMATION::OtherTransferCount

Definition at line 1129 of file extypes.h.

◆ PageDirectoryBase

ULONG_PTR _SYSTEM_PROCESS_INFORMATION::PageDirectoryBase

Definition at line 1102 of file extypes.h.

◆ PageFaultCount

ULONG _SYSTEM_PROCESS_INFORMATION::PageFaultCount

Definition at line 1110 of file extypes.h.

Referenced by ExpQuerySystemProcessInformation(), and PerfDataRefresh().

◆ PagefileUsage

SIZE_T _SYSTEM_PROCESS_INFORMATION::PagefileUsage

Definition at line 1117 of file extypes.h.

Referenced by ExpQuerySystemProcessInformation().

◆ PeakPagefileUsage

SIZE_T _SYSTEM_PROCESS_INFORMATION::PeakPagefileUsage

Definition at line 1118 of file extypes.h.

Referenced by ExpQuerySystemProcessInformation().

◆ PeakVirtualSize

SIZE_T _SYSTEM_PROCESS_INFORMATION::PeakVirtualSize

Definition at line 1108 of file extypes.h.

Referenced by ExpQuerySystemProcessInformation().

◆ PeakWorkingSetSize

SIZE_T _SYSTEM_PROCESS_INFORMATION::PeakWorkingSetSize

Definition at line 1111 of file extypes.h.

Referenced by ExpQuerySystemProcessInformation(), and PerfDataRefresh().

◆ PrivatePageCount

SIZE_T _SYSTEM_PROCESS_INFORMATION::PrivatePageCount

Definition at line 1119 of file extypes.h.

Referenced by ExpQuerySystemProcessInformation().

◆ QuotaNonPagedPoolUsage

SIZE_T _SYSTEM_PROCESS_INFORMATION::QuotaNonPagedPoolUsage

Definition at line 1116 of file extypes.h.

Referenced by ExpQuerySystemProcessInformation(), and PerfDataRefresh().

◆ QuotaPagedPoolUsage

SIZE_T _SYSTEM_PROCESS_INFORMATION::QuotaPagedPoolUsage

Definition at line 1114 of file extypes.h.

Referenced by ExpQuerySystemProcessInformation(), and PerfDataRefresh().

◆ QuotaPeakNonPagedPoolUsage

SIZE_T _SYSTEM_PROCESS_INFORMATION::QuotaPeakNonPagedPoolUsage

Definition at line 1115 of file extypes.h.

Referenced by ExpQuerySystemProcessInformation(), and PerfDataRefresh().

◆ QuotaPeakPagedPoolUsage

SIZE_T _SYSTEM_PROCESS_INFORMATION::QuotaPeakPagedPoolUsage

Definition at line 1113 of file extypes.h.

Referenced by ExpQuerySystemProcessInformation(), and PerfDataRefresh().

◆ ReadOperationCount

LARGE_INTEGER _SYSTEM_PROCESS_INFORMATION::ReadOperationCount

Definition at line 1124 of file extypes.h.

◆ ReadTransferCount

LARGE_INTEGER _SYSTEM_PROCESS_INFORMATION::ReadTransferCount

Definition at line 1127 of file extypes.h.

◆ Reserved1

BYTE _SYSTEM_PROCESS_INFORMATION::Reserved1

Definition at line 514 of file winternl.h.

◆ Reserved2

PVOID _SYSTEM_PROCESS_INFORMATION::Reserved2

Definition at line 515 of file winternl.h.

◆ Reserved3

PVOID _SYSTEM_PROCESS_INFORMATION::Reserved3

Definition at line 517 of file winternl.h.

◆ Reserved4

BYTE _SYSTEM_PROCESS_INFORMATION::Reserved4

Definition at line 519 of file winternl.h.

◆ Reserved5

PVOID _SYSTEM_PROCESS_INFORMATION::Reserved5

Definition at line 520 of file winternl.h.

◆ Reserved6

LARGE_INTEGER _SYSTEM_PROCESS_INFORMATION::Reserved6

Definition at line 523 of file winternl.h.

◆ SessionId

ULONG _SYSTEM_PROCESS_INFORMATION::SessionId

Definition at line 1101 of file extypes.h.

Referenced by EnumProcessAndPrint(), PerfDataRefresh(), and test_services_exe().

◆ UniqueProcessId

◆ UserTime

LARGE_INTEGER _SYSTEM_PROCESS_INFORMATION::UserTime

Definition at line 1094 of file extypes.h.

Referenced by ExpQuerySystemProcessInformation(), and PerfDataRefresh().

◆ VirtualSize

SIZE_T _SYSTEM_PROCESS_INFORMATION::VirtualSize

Definition at line 1109 of file extypes.h.

Referenced by ExpQuerySystemProcessInformation(), and PerfDataRefresh().

◆ WorkingSetPrivateSize

LARGE_INTEGER _SYSTEM_PROCESS_INFORMATION::WorkingSetPrivateSize

Definition at line 1089 of file extypes.h.

◆ WorkingSetSize

SIZE_T _SYSTEM_PROCESS_INFORMATION::WorkingSetSize

◆ WriteOperationCount

LARGE_INTEGER _SYSTEM_PROCESS_INFORMATION::WriteOperationCount

Definition at line 1125 of file extypes.h.

◆ WriteTransferCount

LARGE_INTEGER _SYSTEM_PROCESS_INFORMATION::WriteTransferCount

Definition at line 1128 of file extypes.h.


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