PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_HEADER_2 - NtDoc

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

typedef union _PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_HEADER_2 {
  struct {
    USHORT DvsecId : 16;
  } DUMMYSTRUCTNAME;
  USHORT AsUSHORT;
} PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_HEADER_2, *PPCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_HEADER_2;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_HEADER_2 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, section Designated Vendor-Specific Header 2.

Members

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.DvsecId

AsUSHORT

Remarks

See also