PROC_TOPOLOGY_NODE_FLAGS - NtDoc

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

typedef union _PROC_TOPOLOGY_NODE_FLAGS {
  struct {
    ULONG PhysicalPackage : 1;
    ULONG ACPIProcessorIdValid : 1;
    ULONG ProcessorIsThread : 1;
    ULONG IsLeaf : 1;
    ULONG IdenticalImplementation : 1;
    ULONG Reserved : 27;
  };
  ULONG  AsULONG;
} PROC_TOPOLOGY_NODE_FLAGS, *PPROC_TOPOLOGY_NODE_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_PROC_TOPOLOGY_NODE_FLAGS structure

Description

Defines the processor topology node flags structure.

Members

PhysicalPackage

ACPIProcessorIdValid

Reserved

Reserved for future use.

AsULONG

Remarks

See also