Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

HAL_APIC_DESTINATION_MODE enumeration (ntddk.h)

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)

Feedback

Was this page helpful?

Additional resources