Geoff Chappell, Software Analyst
The SYSTEM_PAGEFILE_INFORMATION_EX structure is what a successful call to ZwQuerySystemInformation or NtQuerySystemInformation produces in its output buffer when given the information class SystemPageFileInformationEx (0x90).
The SYSTEM_PAGEFILE_INFORMATION_EX structure is not documented.
The SYSTEM_PAGEFILE_INFORMATION_EX is 0x20 or 0x28 bytes in 32-bit and 64-bit Windows, respectively.
Offset (x86) | Offset (x64) | Definition |
---|---|---|
0x00 | 0x00 |
SYSTEM_PAGEFILE_INFORMATION Info; |
0x18 | 0x20 |
ULONG MinimumSize; |
0x1C | 0x24 |
ULONG MaximumSize; |