Condividi tramite


unione PCI_FPB_RID_VECTOR_CONTROL1_REGISTER (ntddk.h)

Registro del vettore RID FPB 2. Vedere la sezione 7.y.4. nella specifica Flattening Portal Bridge (FPB).

Sintassi

typedef union _PCI_FPB_RID_VECTOR_CONTROL1_REGISTER {
  struct {
    ULONG RidDecodeMechanismEnable : 1;
    ULONG Rsvd0 : 3;
    ULONG RidVectorGranularity : 4;
    ULONG Rsvd1 : 11;
    ULONG RidVectorStart : 13;
  } DUMMYSTRUCTNAME;
  ULONG  AsULONG;
} PCI_FPB_RID_VECTOR_CONTROL1_REGISTER, *PPCI_FPB_RID_VECTOR_CONTROL1_REGISTER;

Members

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.RidDecodeMechanismEnable

DUMMYSTRUCTNAME.Rsvd0

DUMMYSTRUCTNAME.RidVectorGranularity

DUMMYSTRUCTNAME.Rsvd1

DUMMYSTRUCTNAME.RidVectorStart

AsULONG

Requisiti

Requisito Valore
Client minimo supportato Windows 10, versione 1809
Intestazione ntddk.h