// acpitabl.h
typedef struct _PPTT {
DESCRIPTION_HEADER Header;
PROC_TOPOLOGY_NODE HierarchyNodes[ANYSIZE_ARRAY];
} PPTT, *PPPTT;
View the official Windows Driver Kit DDI referenceNo description available.
Defines the Processor Properties Topology Table (PPTT) structure.
HeaderDefines the DESCRIPTION_HEADER member Header.
HierarchyNodesDefines the PROC_TOPOLOGY_NODE member HierarchyNodes.