Share via


PCI_EXPRESS_NPEM_STATUS_REGISTER union (ntddk.h)

PCI Express Base Specification Revision 4.0 で定義されています。 システムで使用するために予約されています。

構文

typedef union _PCI_EXPRESS_NPEM_STATUS_REGISTER {
  struct {
    ULONG CommandCompleted : 1;
    ULONG Rsvd : 23;
    ULONG EnclosureSpecificStatus : 8;
  } DUMMYSTRUCTNAME;
  ULONG  AsULONG;
} PCI_EXPRESS_NPEM_STATUS_REGISTER, *PPCI_EXPRESS_NPEM_STATUS_REGISTER;

メンバー

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.CommandCompleted

DUMMYSTRUCTNAME.Rsvd

DUMMYSTRUCTNAME.EnclosureSpecificStatus

AsULONG

要件

要件
サポートされている最小のクライアント Windows 10 バージョン 2004
Header ntddk.h