Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic describes the HAL_APIC_DESTINATION_MODE enumeration.
Syntax
typedef enum {
ApicDestinationModePhysical,
ApicDestinationModeLogicalFlat,
ApicDestinationModeLogicalClustered,
ApicDestinationModeUnknown
} HAL_APIC_DESTINATION_MODE, *PHAL_APIC_DESTINATION_MODE;
Constants
ApicDestinationModePhysicalDefines the ApicDestinationModePhysical constant. |
ApicDestinationModeLogicalFlatDefines the ApicDestinationModeLogicalFlat constant. |
ApicDestinationModeLogicalClusteredDefines the ApicDestinationModeLogicalClustered constant. |
ApicDestinationModeUnknownDefines the ApicDestinationModeUnknown constant. |
Requirements
| Requirement | Value |
|---|---|
| Header | ntddk.h (include Ntddk.h) |