structure IOMMU_INTERFACE_STATE_CHANGE (wdm.h)
IOMMU_INTERFACE_STATE_CHANGE représente l’état de l’interface IOMMU au moment où un rappel de changement d’état est appelé. Lorsqu’un IOMMU_INTERFACE_STATE_CHANGE_CALLBACK est appelé, indiquent PresentFields
quels IOMMU_INTERFACE_STATE_CHANGE_FIELDS ont changé tandis que les autres membres de IOMMU_INTERFACE_STATE_CHANGE fournissent le nouvel état.
Syntaxe
typedef struct _IOMMU_INTERFACE_STATE_CHANGE {
IOMMU_INTERFACE_STATE_CHANGE_FIELDS PresentFields;
ULONG AvailableDomainTypes;
} IOMMU_INTERFACE_STATE_CHANGE, *PIOMMU_INTERFACE_STATE_CHANGE;
Membres
PresentFields
Indique les états d’interface IOMMU qui ont changé. Si un champ au sein de cette structure est défini sur 1, cela indique un changement d’état pour ce champ d’état.
AvailableDomainTypes
Représente tous les types de domaine actuellement disponibles. Chaque bit défini représente un type de domaine disponible : (1 << IOMMU_DMA_DOMAIN_TYPE)
. Pour plus d’informations, consultez IOMMU_DMA_DOMAIN_TYPE .
Configuration requise
Condition requise | Valeur |
---|---|
Serveur minimal pris en charge | Windows Server 2022 |
En-tête | wdm.h |
Voir aussi
IOMMU_INTERFACE_STATE_CHANGE_FIELDS