Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PCI_EXPRESS_LINK_CONTROL3 structure (ntddk.h)

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

Syntax

typedef struct _PCI_EXPRESS_LINK_CONTROL3 {
 union {
 struct {
 ULONG PerformEq : 1;
 ULONG LinkEqIntEn : 1;
 ULONG Reserved : 30;
 };
 ULONG AsULONG;
 };
} PCI_EXPRESS_LINK_CONTROL3, *PPCI_EXPRESS_LINK_CONTROL3;

Members

PerformEq

LinkEqIntEn

Reserved

AsULONG

Requirements

Requirement Value
Minimum supported client Windows 10, version 2004
Header ntddk.h

Feedback

Was this page helpful?

Additional resources