Geoff Chappell, Software Analyst
The SYSTEM_ACPI_AUDIT_INFORMATION structure is what a successful call to ZwQuerySystemInformation or NtQuerySystemInformation produces in its output buffer when given the information class SystemAcpiAuditInformation (0x7A).
The SYSTEM_ACPI_AUDIT_INFORMATION structure is not documented.
The SYSTEM_ACPI_AUDIT_INFORMATION is 0x08 bytes in both 32-bit and 64-bit Windows.
| Offset | Definition |
|---|---|
| 0x00 |
ULONG RsdpCount; |
| 0x04 |
struct {
ULONG SameRsdt : 1; // 0x00000001
ULONG SlicPresent : 1; // 0x00000002
ULONG SlicDifferent : 1; // 0x00000004
};
|