PROC_TOPOLOGY_NODE_FLAGS union (acpitabl.h)

Defines the processor topology node flags structure.

Syntax

typedef union _PROC_TOPOLOGY_NODE_FLAGS {
  struct {
    ULONG PhysicalPackage : 1;
    ULONG ACPIProcessorIdValid : 1;
    ULONG Reserved : 30;
  };
  ULONG  AsULONG;
} PROC_TOPOLOGY_NODE_FLAGS, *PPROC_TOPOLOGY_NODE_FLAGS;

Members

PhysicalPackage

ACPIProcessorIdValid

Reserved

Reserved for future use.

AsULONG

Requirements

Requirement Value
Header acpitabl.h