Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The FPB Vector Access Control Register. See section 7.y.8. in Flattening Portal Bridge (FPB) specification.
Syntax
typedef union _PCI_FPB_VECTOR_ACCESS_CONTROL_REGISTER {
struct {
ULONG VectorAccessOffset : 8;
ULONG Rsvd0 : 6;
ULONG VectorSelect : 2;
ULONG Rsvd1 : 16;
} DUMMYSTRUCTNAME;
ULONG AsULONG;
} PCI_FPB_VECTOR_ACCESS_CONTROL_REGISTER, *PPCI_FPB_VECTOR_ACCESS_CONTROL_REGISTER;
Members
DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.VectorAccessOffset
DUMMYSTRUCTNAME.Rsvd0
DUMMYSTRUCTNAME.VectorSelect
DUMMYSTRUCTNAME.Rsvd1
AsULONG
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1809 |
| Header | ntddk.h |