estrutura PCI_VENDOR_SPECIFIC_CAPABILITY (miniport.h)

Este tópico descreve a estrutura PCI_VENDOR_SPECIFIC_CAPABILITY .

Sintaxe

typedef struct _PCI_VENDOR_SPECIFIC_CAPABILITY {
  PCI_CAPABILITIES_HEADER Header;
  UCHAR                   VscLength;
  UCHAR                   VendorSpecific;
} PCI_VENDOR_SPECIFIC_CAPABILITY, *PPCI_VENDOR_SPECIFIC_CAPABILITY;

Membros

Header

Define o cabeçalho do membro PCI_CAPABILITIES_HEADER.

VscLength

Define o membro UCHARVscLength.

VendorSpecific

Define o membro UCHARVendorSpecific.

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows 11
Cabeçalho miniport.h (inclua Miniport.h)