struttura PCI_EXPRESS_LINK_CONTROL3 (ntddk.h)
Definito nella revisione 4.0 della specifica di base PCI Express. Riservato per l'utilizzo nel sistema.
Sintassi
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
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10, versione 2004 |
Intestazione | ntddk.h |