PCI_ATS_INTERFACE structure (wdm.h)

Defines the PCI_ATS_INTERFACE structure.

Syntax

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;

Members

Size

Version

Context

InterfaceReference

InterfaceDereference

SetAddressTranslationServices

InvalidateQueueDepth

Requirements

Requirement Value
Minimum supported server Windows Server 2022
Header wdm.h (include Wdm.h)