DOMAIN_CONFIGURATION_ARCH - NtDoc

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

typedef enum _DOMAIN_CONFIGURATION_ARCH {
  DomainConfigurationArm64,
  DomainConfigurationX64,
  DomainConfigurationInvalid
} DOMAIN_CONFIGURATION_ARCH, *PDOMAIN_CONFIGURATION_ARCH;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wdm-_domain_configuration_arch)

_DOMAIN_CONFIGURATION_ARCH enumeration

Description

Defines values for type of system architecture specified in the _IOMMU_DOMAIN_CONFIGURE_ callback function.

Constants

DomainConfigurationArm64

ARM64 architecture.

DomainConfigurationX64

x64 architecture. Reserved for system use only.

DomainConfigurationInvalid

The architecture type is not valid.

Remarks

See also