PCI_VENDOR_SPECIFIC_CAPABILITY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-miniport-pci_vendor_specific_capability)

Description

This topic describes the PCI_VENDOR_SPECIFIC_CAPABILITY structure.

Members

Defines the PCI_CAPABILITIES_HEADER member Header.

VscLength

Defines the UCHAR member VscLength.

VendorSpecific

Defines the UCHAR member VendorSpecific.

Remarks

See also


Windows Driver Kit DDI reference (ns-ntddk-pci_vendor_specific_capability)

Description

Members

Header

VscLength

VendorSpecific

Remarks

See also