// 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 referenceNo description available.
This topic describes the PCI_EXPRESS_DEVICE_TYPE enumeration.
PciExpressEndpointDefines the PciExpressEndpoint constant.
PciExpressLegacyEndpointDefines the PciExpressLegacyEndpoint constant.
PciExpressRootPortDefines the PciExpressRootPort constant.
PciExpressUpstreamSwitchPortDefines the PciExpressUpstreamSwitchPort constant.
PciExpressDownstreamSwitchPortDefines the PciExpressDownstreamSwitchPort constant.
PciExpressToPciXBridgeDefines the PciExpressToPciXBridge constant.
PciXToExpressBridgeDefines the PciXToExpressBridge constant.
PciExpressRootComplexIntegratedEndpointDefines the PciExpressRootComplexIntegratedEndpoint constant.
PciExpressRootComplexEventCollectorDefines the PciExpressRootComplexEventCollector constant.
This topic describes the PCI_EXPRESS_DEVICE_TYPE enumeration.
PciExpressEndpointDefines the PciExpressEndpoint constant.
PciExpressLegacyEndpointDefines the PciExpressLegacyEndpoint constant.
PciExpressRootPortDefines the PciExpressRootPort constant.
PciExpressUpstreamSwitchPortDefines the PciExpressUpstreamSwitchPort constant.
PciExpressDownstreamSwitchPortDefines the PciExpressDownstreamSwitchPort constant.
PciExpressToPciXBridgeDefines the PciExpressToPciXBridge constant.
PciXToExpressBridgeDefines the PciXToExpressBridge constant.
PciExpressRootComplexIntegratedEndpointDefines the PciExpressRootComplexIntegratedEndpoint constant.
PciExpressRootComplexEventCollectorDefines the PciExpressRootComplexEventCollector constant.