PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_CAPABILITY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddk.h

typedef struct _PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_CAPABILITY {
  PCI_EXPRESS_ENHANCED_CAPABILITY_HEADER          Header;
  PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_HEADER_1 DvsecHeader1;
  PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_HEADER_2 DvsecHeader2;
  USHORT                                          DvsecRegisters[1];
} PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_CAPABILITY, *PPCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_CAPABILITY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_CAPABILITY structure

Description

Represents the Designated Vendor-Specific Extended Capability defined by PCI-SIG.

For information about this structure, see PCI-SIG ENGINEERING CHANGE NOTICE titled, Designated Vendor-Specific Extended Capability.

Members

DvsecHeader1

DvsecHeader2

DvsecRegisters

Remarks

See also