Geoff Chappell, Software Analyst
The SYSTEM_BIGPOOL_INFORMATION structure is what a successful call to ZwQuerySystemInformation or NtQuerySystemInformation produces in its output buffer when given the information class SystemBigPoolInformation (0x42).
The SYSTEM_BIGPOOL_INFORMATION structure is not documented.
The SYSTEM_BIGPOOL_INFORMATION is 0x10 or 0x20 bytes in 32-bit and 64-bit Windows, respectively.
Offset (x86) | Offset (x64) | Definition |
---|---|---|
0x00 | 0x00 |
ULONG Count; |
0x04 | 0x08 |
SYSTEM_BIGPOOL_ENTRY AllocatedInfo [ANYSIZE_ARRAY]; |