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 Version 1809 |
Header | ntddk.h |