PCI_FPB_RID_VECTOR_CONTROL2_REGISTER union (ntddk.h)

Syntax

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;

Members

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.Rsvd0

DUMMYSTRUCTNAME.RidSecondaryStart

DUMMYSTRUCTNAME.Rsvd1

AsULONG

Requirements

Requirement Value
Minimum supported client Windows 10, version 1809
Header ntddk.h