estructura PCI_ATS_INTERFACE (wdm.h)

Define la estructura PCI_ATS_INTERFACE .

Sintaxis

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;

Miembros

Size

Version

Context

InterfaceReference

InterfaceDereference

SetAddressTranslationServices

InvalidateQueueDepth

Requisitos

Requisito Value
Servidor mínimo compatible Windows Server 2022
Encabezado wdm.h (incluya Wdm.h)