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.
Defines values for type of system architecture specified in the IOMMU_DOMAIN_CONFIGURE callback function.
Syntax
typedef enum _DOMAIN_CONFIGURATION_ARCH {
DomainConfigurationArm64,
DomainConfigurationX64,
DomainConfigurationInvalid
} DOMAIN_CONFIGURATION_ARCH, *PDOMAIN_CONFIGURATION_ARCH;
Constants
DomainConfigurationArm64ARM64 architecture. |
DomainConfigurationX64x64 architecture. Reserved for system use only. |
DomainConfigurationInvalidThe architecture type is not valid. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1803 |
| Header | wdm.h |