在 PCI Express Base 规范修订版 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 |
| 标头 | ntddk.h |