共用方式為


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)