ReactOS 0.4.16-dev-732-g2d1144a
_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 1073 of file extypes.h.

Member Data Documentation

◆ NextEntryOffset

ULONG _SYSTEM_PAGEFILE_INFORMATION::NextEntryOffset

Definition at line 1075 of file extypes.h.

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

◆ PageFileName

UNICODE_STRING _SYSTEM_PAGEFILE_INFORMATION::PageFileName

Definition at line 1079 of file extypes.h.

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

◆ PeakUsage

ULONG _SYSTEM_PAGEFILE_INFORMATION::PeakUsage

Definition at line 1078 of file extypes.h.

Referenced by EnumPageFilesW(), and QSI_DEF().

◆ TotalInUse

ULONG _SYSTEM_PAGEFILE_INFORMATION::TotalInUse

Definition at line 1077 of file extypes.h.

Referenced by EnumPageFilesW(), and QSI_DEF().

◆ TotalSize

ULONG _SYSTEM_PAGEFILE_INFORMATION::TotalSize

Definition at line 1076 of file extypes.h.

Referenced by EnumPageFilesW(), and QSI_DEF().


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