DOMAIN_CONFIGURATION_ARCH枚举 (wdm.h)
定义 IOMMU_DOMAIN_CONFIGURE 回调函数中指定的系统体系结构类型的值。
语法
typedef enum _DOMAIN_CONFIGURATION_ARCH {
DomainConfigurationArm64,
DomainConfigurationX64,
DomainConfigurationInvalid
} DOMAIN_CONFIGURATION_ARCH, *PDOMAIN_CONFIGURATION_ARCH;
常量
DomainConfigurationArm64 ARM64 体系结构。 |
DomainConfigurationX64 x64 体系结构。 保留仅供系统使用。 |
DomainConfigurationInvalid 体系结构类型无效。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 10 版本 1803 |
标头 | wdm.h |