PCI_ATS_INTERFACE 结构 (wdm.h)

定义 PCI_ATS_INTERFACE 结构。

语法

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;

成员

Size

Version

Context

InterfaceReference

InterfaceDereference

SetAddressTranslationServices

InvalidateQueueDepth

要求

要求
最低受支持的服务器 Windows Server 2022
标头 wdm.h (包括 Wdm.h)