IOMMU_DOMAIN_DELETE - NtDoc

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

IOMMU_DOMAIN_DELETE IommuDomainDelete;

NTSTATUS IommuDomainDelete(
  [_In_] PIOMMU_DMA_DOMAIN Domain
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-wdm-iommu_domain_delete)

Description

Deletes an existing domain. The domain must contain no devices in order to be successfully deleted.

Parameters

Domain [_In_]

A pointer to the handle to the domain to be deleted.

Return value

Return STATUS_SUCCESS if the operation succeeds. Otherwise, return an appropriate NTSTATUS values error code. For more information, see NTSTATUS Values.

Remarks

This can be called on any IOMMU_DMA_DOMAIN that was created through either the DMA_IOMMU_INTERFACE_EX or DMA_IOMMU_INTERFACE.

See also

IOMMU_DOMAIN_CREATE_EX

DMA_IOMMU_INTERFACE_V2

DMA_IOMMU_INTERFACE_EX