PCI_EXPRESS_DEVICE_TYPE - NtDoc

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

typedef enum {
  PciExpressEndpoint,
  PciExpressLegacyEndpoint,
  PciExpressRootPort,
  PciExpressUpstreamSwitchPort,
  PciExpressDownstreamSwitchPort,
  PciExpressToPciXBridge,
  PciXToExpressBridge,
  PciExpressRootComplexIntegratedEndpoint,
  PciExpressRootComplexEventCollector
} PCI_EXPRESS_DEVICE_TYPE;
View the official Windows Driver Kit DDI reference
// ntddk.h

typedef enum {
  PciExpressEndpoint,
  PciExpressLegacyEndpoint,
  PciExpressRootPort,
  PciExpressUpstreamSwitchPort,
  PciExpressDownstreamSwitchPort,
  PciExpressToPciXBridge,
  PciXToExpressBridge,
  PciExpressRootComplexIntegratedEndpoint,
  PciExpressRootComplexEventCollector
} PCI_EXPRESS_DEVICE_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This topic describes the PCI_EXPRESS_DEVICE_TYPE enumeration.

Constants

PciExpressEndpoint

Defines the PciExpressEndpoint constant.

PciExpressLegacyEndpoint

Defines the PciExpressLegacyEndpoint constant.

PciExpressRootPort

Defines the PciExpressRootPort constant.

PciExpressUpstreamSwitchPort

Defines the PciExpressUpstreamSwitchPort constant.

PciExpressDownstreamSwitchPort

Defines the PciExpressDownstreamSwitchPort constant.

PciExpressToPciXBridge

Defines the PciExpressToPciXBridge constant.

PciXToExpressBridge

Defines the PciXToExpressBridge constant.

PciExpressRootComplexIntegratedEndpoint

Defines the PciExpressRootComplexIntegratedEndpoint constant.

PciExpressRootComplexEventCollector

Defines the PciExpressRootComplexEventCollector constant.

Remarks

See also


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

Description

This topic describes the PCI_EXPRESS_DEVICE_TYPE enumeration.

Constants

PciExpressEndpoint

Defines the PciExpressEndpoint constant.

PciExpressLegacyEndpoint

Defines the PciExpressLegacyEndpoint constant.

PciExpressRootPort

Defines the PciExpressRootPort constant.

PciExpressUpstreamSwitchPort

Defines the PciExpressUpstreamSwitchPort constant.

PciExpressDownstreamSwitchPort

Defines the PciExpressDownstreamSwitchPort constant.

PciExpressToPciXBridge

Defines the PciExpressToPciXBridge constant.

PciXToExpressBridge

Defines the PciXToExpressBridge constant.

PciExpressRootComplexIntegratedEndpoint

Defines the PciExpressRootComplexIntegratedEndpoint constant.

PciExpressRootComplexEventCollector

Defines the PciExpressRootComplexEventCollector constant.

Remarks

See also