Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ENUM_PAGE_FILE_INFORMATION structure (psapi.h)

Contains information about a pagefile.

Syntax

typedef struct _ENUM_PAGE_FILE_INFORMATION {
 DWORD cb;
 DWORD Reserved;
 SIZE_T TotalSize;
 SIZE_T TotalInUse;
 SIZE_T PeakUsage;
} ENUM_PAGE_FILE_INFORMATION, *PENUM_PAGE_FILE_INFORMATION;

Members

cb

The size of this structure, in bytes.

Reserved

This member is reserved.

TotalSize

The total size of the pagefile, in pages.

TotalInUse

The current pagefile usage, in pages.

PeakUsage

The peak pagefile usage, in pages.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header psapi.h

See also

EnumPageFilesProc


Feedback

Was this page helpful?

Additional resources