ReactOS 0.4.15-dev-7942-gd23573b
_SYSTEM_PAGEFILE_INFORMATION Struct Reference

#include <extypes.h>

Collaboration diagram for _SYSTEM_PAGEFILE_INFORMATION:

Public Attributes

ULONG NextEntryOffset
 
ULONG TotalSize
 
ULONG TotalInUse
 
ULONG PeakUsage
 
UNICODE_STRING PageFileName
 

Detailed Description

Definition at line 1069 of file extypes.h.

Member Data Documentation

◆ NextEntryOffset

ULONG _SYSTEM_PAGEFILE_INFORMATION::NextEntryOffset

Definition at line 1071 of file extypes.h.

Referenced by EnumPageFilesW(), GetTListInfo(), and QSI_DEF().

◆ PageFileName

UNICODE_STRING _SYSTEM_PAGEFILE_INFORMATION::PageFileName

Definition at line 1075 of file extypes.h.

Referenced by EnumPageFilesW(), GetTListInfo(), and QSI_DEF().

◆ PeakUsage

ULONG _SYSTEM_PAGEFILE_INFORMATION::PeakUsage

Definition at line 1074 of file extypes.h.

Referenced by EnumPageFilesW(), and QSI_DEF().

◆ TotalInUse

ULONG _SYSTEM_PAGEFILE_INFORMATION::TotalInUse

Definition at line 1073 of file extypes.h.

Referenced by EnumPageFilesW(), and QSI_DEF().

◆ TotalSize

ULONG _SYSTEM_PAGEFILE_INFORMATION::TotalSize

Definition at line 1072 of file extypes.h.

Referenced by EnumPageFilesW(), and QSI_DEF().


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