structure PCI_EXPRESS_LINK_CONTROL3 (ntddk.h)
Défini dans la révision de la spécification de base PCI Express 4.0. Réservé à l’utilisation du système.
Syntaxe
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;
Membres
PerformEq
LinkEqIntEn
Reserved
AsULONG
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Windows 10, version 2004 |
d’en-tête | ntddk.h |