ReactOS 0.4.16-dev-1946-g52006dd
_SYSTEM_CACHE_INFORMATION Struct Reference

#include <winternl.h>

Public Attributes

SIZE_T CurrentSize
 
SIZE_T PeakSize
 
ULONG PageFaultCount
 
SIZE_T MinimumWorkingSet
 
SIZE_T MaximumWorkingSet
 
SIZE_T CurrentSizeIncludingTransitionInPages
 
SIZE_T PeakSizeIncludingTransitionInPages
 
ULONG TransitionRePurposeCount
 
ULONG Flags
 

Detailed Description

Definition at line 3068 of file winternl.h.

Member Data Documentation

◆ CurrentSize

SIZE_T _SYSTEM_CACHE_INFORMATION::CurrentSize

Definition at line 3069 of file winternl.h.

◆ CurrentSizeIncludingTransitionInPages

SIZE_T _SYSTEM_CACHE_INFORMATION::CurrentSizeIncludingTransitionInPages

Definition at line 3074 of file winternl.h.

◆ Flags

ULONG _SYSTEM_CACHE_INFORMATION::Flags

Definition at line 3077 of file winternl.h.

◆ MaximumWorkingSet

SIZE_T _SYSTEM_CACHE_INFORMATION::MaximumWorkingSet

Definition at line 3073 of file winternl.h.

◆ MinimumWorkingSet

SIZE_T _SYSTEM_CACHE_INFORMATION::MinimumWorkingSet

Definition at line 3072 of file winternl.h.

◆ PageFaultCount

ULONG _SYSTEM_CACHE_INFORMATION::PageFaultCount

Definition at line 3071 of file winternl.h.

◆ PeakSize

SIZE_T _SYSTEM_CACHE_INFORMATION::PeakSize

Definition at line 3070 of file winternl.h.

◆ PeakSizeIncludingTransitionInPages

SIZE_T _SYSTEM_CACHE_INFORMATION::PeakSizeIncludingTransitionInPages

Definition at line 3075 of file winternl.h.

◆ TransitionRePurposeCount

ULONG _SYSTEM_CACHE_INFORMATION::TransitionRePurposeCount

Definition at line 3076 of file winternl.h.


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