PCI_ATS_INTERFACE - NtDoc

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

typedef struct _PCI_ATS_INTERFACE {
  USHORT                 Size;
  USHORT                 Version;
  PVOID                  Context;
  PINTERFACE_REFERENCE   InterfaceReference;
  PINTERFACE_DEREFERENCE InterfaceDereference;
  PPCI_SET_ATS           SetAddressTranslationServices;
  UCHAR                  InvalidateQueueDepth;
} PCI_ATS_INTERFACE, *PPCI_ATS_INTERFACE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wdm-pci_ats_interface)

Description

Defines the PCI_ATS_INTERFACE structure.

Members

Size

Version

Context

InterfaceReference

InterfaceDereference

SetAddressTranslationServices

InvalidateQueueDepth

Remarks

See also