IoGetIommuInterface - NtDoc

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

NTSTATUS IoGetIommuInterface(
  ULONG                Version,
  PDMA_IOMMU_INTERFACE InterfaceOut
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-iogetiommuinterface)

Description

[!CAUTION] IoGetIommuInterface has been deprecated in Windows 10, version 2103 and has been replaced by IoGetIommuInterfaceEx.

Retrieves a pointer to the interface that contains pointers to IOMMU routines.

Parameters

Version

The interface version.

InterfaceOut

A pointer to a DMA_IOMMU_INTERFACE that contains pointers to IOMMU callback routines for device domain operations.

Return value

This function returns NTKERNELAPI NTSTATUS.

Remarks

See also

DMA_IOMMU_INTERFACE

IoGetIommuInterfaceEx