PCI_EXPRESS_SECONDARY_CAPABILITY - NtDoc

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

typedef struct _PCI_EXPRESS_SECONDARY_CAPABILITY {
  PCI_EXPRESS_ENHANCED_CAPABILITY_HEADER Header;
  PCI_EXPRESS_LINK_CONTROL3              LinkControl3;
  PCI_EXPRESS_LANE_ERROR_STATUS          LaneErrorStatus;
} PCI_EXPRESS_SECONDARY_CAPABILITY, *PPCI_EXPRESS_SECONDARY_CAPABILITY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Defined in the PCI Express Base Specification Revision 4.0. Reserved for system use.

Members

LinkControl3

LaneErrorStatus

Remarks

See also