PCI_EXPRESS_RCB - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// miniport.h

typedef enum {
  RCB64Bytes,
  RCB128Bytes
} PCI_EXPRESS_RCB;
View the official Windows Driver Kit DDI reference
// ntddk.h

typedef enum {
  RCB64Bytes,
  RCB128Bytes
} PCI_EXPRESS_RCB;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-miniport-pci_express_rcb)

Description

This topic describes the PCI_EXPRESS_RCB enumeration.

Constants

RCB64Bytes

Defines the RCB64Bytes constant.

RCB128Bytes

Defines the RCB128Bytes constant.

Remarks

See also


Windows Driver Kit DDI reference (ne-ntddk-pci_express_rcb)

Description

This topic describes the PCI_EXPRESS_RCB enumeration.

Constants

RCB64Bytes

Defines the RCB64Bytes constant.

RCB128Bytes

Defines the RCB128Bytes constant.

Remarks

See also