ASPT_ENTRY_HEADER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acpitabl.h

typedef struct _ASPT_ENTRY_HEADER {
  UINT16 Type;
  UINT16 Length;
} ASPT_ENTRY_HEADER, *PASPT_ENTRY_HEADER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-acpitabl-aspt_entry_header)

Description

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

Members

Type

Defines the UINT16 member Type.

Length

Defines the UINT16 member Length.

Remarks

See also