Note

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

Access to this page requires authorization. You can try .

EFI_ACPI_RAS_SIGNAL_TABLE structure (ntddk.h)

This topic describes the EFI_ACPI_RAS_SIGNAL_TABLE structure.

Syntax

typedef struct _EFI_ACPI_RAS_SIGNAL_TABLE {
 WHEA_ACPI_HEADER Header;
 UINT32 NumberRecord;
 SIGNAL_REG_VALUE Entries[ANY_SIZE];
} EFI_ACPI_RAS_SIGNAL_TABLE, *PEFI_ACPI_RAS_SIGNAL_TABLE;

Members

Header

Defines the WHEA_ACPI_HEADER member Header.

NumberRecord

Defines the UINT32 member NumberRecord.

Entries[ANY_SIZE]

Defines the SIGNAL_REG_VALUE member Entries.

Requirements

Requirement Value
Minimum supported client Windows 11, version 22H2
Header ntddk.h (include Ntddk.h)

Feedback

Was this page helpful?

Additional resources