Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |