PCI_VENDOR_SPECIFIC_CAPABILITY structure (miniport.h)

This topic describes the PCI_VENDOR_SPECIFIC_CAPABILITY structure.

Syntax

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

Members

Header

Defines the PCI_CAPABILITIES_HEADER member Header.

VscLength

Defines the UCHAR member VscLength.

VendorSpecific

Defines the UCHAR member VendorSpecific.

Requirements

Requirement Value
Minimum supported client Windows 11
Header miniport.h (include Miniport.h)