PPTT - NtDoc

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

typedef struct _PPTT {
  DESCRIPTION_HEADER Header;
  PROC_TOPOLOGY_NODE HierarchyNodes[ANYSIZE_ARRAY];
} PPTT, *PPPTT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Defines the Processor Properties Topology Table (PPTT) structure.

Members

Defines the DESCRIPTION_HEADER member Header.

HierarchyNodes

Defines the PROC_TOPOLOGY_NODE member HierarchyNodes.

Remarks

See also