PCI_BUS_WIDTH - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

Description

This topic describes the PCI_BUS_WIDTH enumeration.

Constants

BusWidth32Bits

Defines the BusWidth32Bits constant.

BusWidth64Bits

Defines the BusWidth64Bits constant.

Remarks

See also


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

Description

This topic describes the PCI_BUS_WIDTH enumeration.

Constants

BusWidth32Bits

Defines the BusWidth32Bits constant.

BusWidth64Bits

Defines the BusWidth64Bits constant.

Remarks

See also