PCI_VENDOR_SPECIFIC_CAPABILITY 结构 (ntddk.h)

语法

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

成员

Header

VscLength

VendorSpecific

要求

要求
Header ntddk.h