structure PCI_VENDOR_SPECIFIC_CAPABILITY (miniport.h)
Cette rubrique décrit la structure PCI_VENDOR_SPECIFIC_CAPABILITY .
Syntaxe
typedef struct _PCI_VENDOR_SPECIFIC_CAPABILITY {
PCI_CAPABILITIES_HEADER Header;
UCHAR VscLength;
UCHAR VendorSpecific;
} PCI_VENDOR_SPECIFIC_CAPABILITY, *PPCI_VENDOR_SPECIFIC_CAPABILITY;
Membres
Header
Définit l’en-tête de membre PCI_CAPABILITIES_HEADER.
VscLength
Définit le membre UCHARVscLength.
VendorSpecific
Définit le membre UCHARVendorSpecific.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 11 |
En-tête | miniport.h (incluez Miniport.h) |