ASPT_TABLE structure (acpitabl.h)

This topic describes the ASPT_TABLE structure used by the AMD Secure Processor Table (ASPT).

Syntax

typedef struct _ASPT_TABLE {
  DESCRIPTION_HEADER Header;
  UINT32             NumberOfAsptEntries;
} ASPT_TABLE, *PASPT_TABLE;

Members

Header

Defines the DESCRIPTION_HEADER member Header.

NumberOfAsptEntries

Defines the UINT32 member NumberOfAsptEntries.

Requirements

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