// ntddk.h
typedef enum {
ApicDestinationModePhysical,
ApicDestinationModeLogicalFlat,
ApicDestinationModeLogicalClustered,
ApicDestinationModeUnknown
} HAL_APIC_DESTINATION_MODE, *PHAL_APIC_DESTINATION_MODE;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the HAL_APIC_DESTINATION_MODE enumeration.
ApicDestinationModePhysicalDefines the ApicDestinationModePhysical constant.
ApicDestinationModeLogicalFlatDefines the ApicDestinationModeLogicalFlat constant.
ApicDestinationModeLogicalClusteredDefines the ApicDestinationModeLogicalClustered constant.
ApicDestinationModeUnknownDefines the ApicDestinationModeUnknown constant.