PCI_EXPRESS_DPC_RP_PIO_MASK_REGISTER unión (ntddk.h)
Se define en la revisión 4.0 de la especificación base PCI Express. Reservado para uso del sistema.
Sintaxis
typedef union _PCI_EXPRESS_DPC_RP_PIO_MASK_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 : 13;
} DUMMYSTRUCTNAME;
ULONG AsULONG;
} PCI_EXPRESS_DPC_RP_PIO_MASK_REGISTER, *PPCI_EXPRESS_DPC_RP_PIO_MASK_REGISTER;
Miembros
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
AsULONG
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 10, versión 2004 |
Encabezado | ntddk.h |