// miniport.h
typedef struct _PCI_VENDOR_SPECIFIC_CAPABILITY {
PCI_CAPABILITIES_HEADER Header;
UCHAR VscLength;
UCHAR VendorSpecific;
} PCI_VENDOR_SPECIFIC_CAPABILITY, *PPCI_VENDOR_SPECIFIC_CAPABILITY;
View the official Windows Driver Kit DDI reference// ntddk.h
typedef struct _PCI_VENDOR_SPECIFIC_CAPABILITY {
PCI_CAPABILITIES_HEADER Header;
UCHAR VscLength;
UCHAR VendorSpecific;
} PCI_VENDOR_SPECIFIC_CAPABILITY, *PPCI_VENDOR_SPECIFIC_CAPABILITY;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the PCI_VENDOR_SPECIFIC_CAPABILITY structure.
HeaderDefines the PCI_CAPABILITIES_HEADER member Header.
VscLengthDefines the UCHAR member VscLength.
VendorSpecificDefines the UCHAR member VendorSpecific.
HeaderVscLengthVendorSpecific