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
ApicDestinationModePhysical Defines the ApicDestinationModePhysical constant. |
ApicDestinationModeLogicalFlat Defines the ApicDestinationModeLogicalFlat constant. |
ApicDestinationModeLogicalClustered Defines the ApicDestinationModeLogicalClustered constant. |
ApicDestinationModeUnknown Defines the ApicDestinationModeUnknown constant. |
Requirements
Requirement | Value |
---|---|
Header | ntddk.h (include Ntddk.h) |