PCI_FPB_RID_VECTOR_CONTROL2_REGISTER union (ntddk.h)
语法
typedef union _PCI_FPB_RID_VECTOR_CONTROL2_REGISTER {
struct {
ULONG Rsvd0 : 3;
ULONG RidSecondaryStart : 13;
ULONG Rsvd1 : 16;
} DUMMYSTRUCTNAME;
ULONG AsULONG;
} PCI_FPB_RID_VECTOR_CONTROL2_REGISTER, *PPCI_FPB_RID_VECTOR_CONTROL2_REGISTER;
成员
DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.Rsvd0
DUMMYSTRUCTNAME.RidSecondaryStart
DUMMYSTRUCTNAME.Rsvd1
AsULONG
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 10 版本 1809 |
标头 | ntddk.h |