// 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 referenceNo description available.
This topic describes the PCI_EXPRESS_RCB enumeration.
RCB64BytesDefines the RCB64Bytes constant.
RCB128BytesDefines the RCB128Bytes constant.
This topic describes the PCI_EXPRESS_RCB enumeration.
RCB64BytesDefines the RCB64Bytes constant.
RCB128BytesDefines the RCB128Bytes constant.