HAL_APIC_DESTINATION_MODE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddk.h

typedef enum {
  ApicDestinationModePhysical,
  ApicDestinationModeLogicalFlat,
  ApicDestinationModeLogicalClustered,
  ApicDestinationModeUnknown
} HAL_APIC_DESTINATION_MODE, *PHAL_APIC_DESTINATION_MODE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddk-hal_apic_destination_mode)

Description

This topic describes the HAL_APIC_DESTINATION_MODE enumeration.

Constants

ApicDestinationModePhysical

Defines the ApicDestinationModePhysical constant.

ApicDestinationModeLogicalFlat

Defines the ApicDestinationModeLogicalFlat constant.

ApicDestinationModeLogicalClustered

Defines the ApicDestinationModeLogicalClustered constant.

ApicDestinationModeUnknown

Defines the ApicDestinationModeUnknown constant.

Remarks

See also