PCI_EXPRESS_DPC_RP_PIO_STATUS_REGISTER union (ntddk.h)

在PCI ExpressBase規格修訂4.0中定義。 保留供系統使用。

語法

typedef union _PCI_EXPRESS_DPC_RP_PIO_STATUS_REGISTER {
  struct {
    ULONG CfgURCpl : 1;
    ULONG CfgCACpl : 1;
    ULONG CfgCTO : 1;
    ULONG Reserved1 : 5;
    ULONG IoURCpl : 1;
    ULONG IoCACpl : 1;
    ULONG IoCTO : 1;
    ULONG Reserved2 : 5;
    ULONG MemURCpl : 1;
    ULONG MemCACpl : 1;
    ULONG MemCTO : 1;
    ULONG Reserved3 : 12;
    ULONG Reserved4 : 1;
  } DUMMYSTRUCTNAME;
  ULONG  AsULONG;
} PCI_EXPRESS_DPC_RP_PIO_STATUS_REGISTER, *PPCI_EXPRESS_DPC_RP_PIO_STATUS_REGISTER;

成員

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.CfgURCpl

DUMMYSTRUCTNAME.CfgCACpl

DUMMYSTRUCTNAME.CfgCTO

DUMMYSTRUCTNAME.Reserved1

DUMMYSTRUCTNAME.IoURCpl

DUMMYSTRUCTNAME.IoCACpl

DUMMYSTRUCTNAME.IoCTO

DUMMYSTRUCTNAME.Reserved2

DUMMYSTRUCTNAME.MemURCpl

DUMMYSTRUCTNAME.MemCACpl

DUMMYSTRUCTNAME.MemCTO

DUMMYSTRUCTNAME.Reserved3

DUMMYSTRUCTNAME.Reserved4

AsULONG

規格需求

需求
最低支援的用戶端 Windows 10 (版本 2004)
標頭 ntddk.h