PCI_FPB_MEM_HIGH_VECTOR_CONTROL1_REGISTER unión (ntddk.h)
Registro 1 del control de vector alto de MEM de FPB. Consulte la sección 7.y.6. in Flattening Portal Bridge (FPB) specification.
Sintaxis
typedef union _PCI_FPB_MEM_HIGH_VECTOR_CONTROL1_REGISTER {
struct {
ULONG MemHighDecodeMechanismEnable : 1;
ULONG Rsvd0 : 3;
ULONG MemHighVectorGranularity : 4;
ULONG Rsvd1 : 20;
ULONG MemHighVectorStartLower : 4;
} DUMMYSTRUCTNAME;
ULONG AsULONG;
} PCI_FPB_MEM_HIGH_VECTOR_CONTROL1_REGISTER, *PPCI_FPB_MEM_HIGH_VECTOR_CONTROL1_REGISTER;
Miembros
DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.MemHighDecodeMechanismEnable
DUMMYSTRUCTNAME.Rsvd0
DUMMYSTRUCTNAME.MemHighVectorGranularity
DUMMYSTRUCTNAME.Rsvd1
DUMMYSTRUCTNAME.MemHighVectorStartLower
AsULONG
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 10, versión 1809 |
Encabezado | ntddk.h |