IOMMU_DEVICE_CREATION_CONFIGURATION_TYPE-Enumeration (wdm.h)

Beschreibt die Konfigurationstypen, die je nach Gerätetyp und System bei IOMMU_DMA_DEVICE Erstellung verwendet werden.

Syntax

typedef enum _IOMMU_DEVICE_CREATION_CONFIGURATION_TYPE {
  IommuDeviceCreationConfigTypeNone,
  IommuDeviceCreationConfigTypeAcpi,
  IommuDeviceCreationConfigTypeDeviceId,
  IommuDeviceCreationConfigTypePasid,
  IommuDeviceCreationConfigTypeMax
} IOMMU_DEVICE_CREATION_CONFIGURATION_TYPE, *PIOMMU_DEVICE_CREATION_CONFIGURATION_TYPE;

Konstanten

 
IommuDeviceCreationConfigTypeNone
Standardmäßig kein Typ.
IommuDeviceCreationConfigTypeAcpi
Stellt gerätespezifische ACPI-Parameter bereit. Dies wird derzeit nur für ARM64 verwendet. Siehe IOMMU_DEVICE_CREATION_CONFIGURATION_ACPI.
IommuDeviceCreationConfigTypeDeviceId
Definiert die IommuDeviceCreationConfigTypeDeviceId-Konstante .
IommuDeviceCreationConfigTypePasid
Definiert die IommuDeviceCreationConfigTypePasid-Konstante .
IommuDeviceCreationConfigTypeMax
Ungültiger Typ.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Server) Windows Server 2022
Kopfzeile wdm.h (wdm.h einschließen)

Weitere Informationen

IOMMU_DEVICE_CREATION_CONFIGURATION_ACPI

IOMMU_DEVICE_CREATION_CONFIGURATION

IOMMU_DEVICE_CREATE