// miniport.h
typedef enum {
BusWidth32Bits,
BusWidth64Bits
} PCI_BUS_WIDTH;
View the official Windows Driver Kit DDI reference// ntddk.h
typedef enum {
BusWidth32Bits,
BusWidth64Bits
} PCI_BUS_WIDTH;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the PCI_BUS_WIDTH enumeration.
BusWidth32BitsDefines the BusWidth32Bits constant.
BusWidth64BitsDefines the BusWidth64Bits constant.
This topic describes the PCI_BUS_WIDTH enumeration.
BusWidth32BitsDefines the BusWidth32Bits constant.
BusWidth64BitsDefines the BusWidth64Bits constant.