// 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
No description available.
This topic describes the ASPT_ENTRY_HEADER structure used by the AMD Secure Processor Table (ASPT).
Type
Defines the UINT16 member Type.
Length
Defines the UINT16 member Length.
View the official Windows Driver Kit DDI reference