PROC_TOPOLOGY_NODE_FLAGS unione (acpitabl.h)

Definisce la struttura dei flag del nodo della topologia del processore.

Sintassi

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;

Members

PhysicalPackage

ACPIProcessorIdValid

ProcessorIsThread

IsLeaf

IdenticalImplementation

Reserved

Riservato per utilizzi futuri.

AsULONG

Requisiti

Requisito Valore
Intestazione acpitabl.h