Win32 API 日本語リファレンス
ホームNetworkManagement.WiFi › DEVPROP_PCIDEVICE_DEVICEBRIDGETYPE

DEVPROP_PCIDEVICE_DEVICEBRIDGETYPE

列挙型
基底型u4

メンバー 15

名前10進16進
DevProp_PciDevice_DeviceType_PciConventional00x0
DevProp_PciDevice_DeviceType_PciX10x1
DevProp_PciDevice_DeviceType_PciExpressEndpoint20x2
DevProp_PciDevice_DeviceType_PciExpressLegacyEndpoint30x3
DevProp_PciDevice_DeviceType_PciExpressRootComplexIntegratedEndpoint40x4
DevProp_PciDevice_DeviceType_PciExpressTreatedAsPci50x5
DevProp_PciDevice_BridgeType_PciConventional60x6
DevProp_PciDevice_BridgeType_PciX70x7
DevProp_PciDevice_BridgeType_PciExpressRootPort80x8
DevProp_PciDevice_BridgeType_PciExpressUpstreamSwitchPort90x9
DevProp_PciDevice_BridgeType_PciExpressDownstreamSwitchPort100xA
DevProp_PciDevice_BridgeType_PciExpressToPciXBridge110xB
DevProp_PciDevice_BridgeType_PciXToExpressBridge120xC
DevProp_PciDevice_BridgeType_PciExpressTreatedAsPci130xD
DevProp_PciDevice_BridgeType_PciExpressEventCollector140xE

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum DEVPROP_PCIDEVICE_DEVICEBRIDGETYPE : unsigned int {
    DevProp_PciDevice_DeviceType_PciConventional = 0,
    DevProp_PciDevice_DeviceType_PciX = 1,
    DevProp_PciDevice_DeviceType_PciExpressEndpoint = 2,
    DevProp_PciDevice_DeviceType_PciExpressLegacyEndpoint = 3,
    DevProp_PciDevice_DeviceType_PciExpressRootComplexIntegratedEndpoint = 4,
    DevProp_PciDevice_DeviceType_PciExpressTreatedAsPci = 5,
    DevProp_PciDevice_BridgeType_PciConventional = 6,
    DevProp_PciDevice_BridgeType_PciX = 7,
    DevProp_PciDevice_BridgeType_PciExpressRootPort = 8,
    DevProp_PciDevice_BridgeType_PciExpressUpstreamSwitchPort = 9,
    DevProp_PciDevice_BridgeType_PciExpressDownstreamSwitchPort = 10,
    DevProp_PciDevice_BridgeType_PciExpressToPciXBridge = 11,
    DevProp_PciDevice_BridgeType_PciXToExpressBridge = 12,
    DevProp_PciDevice_BridgeType_PciExpressTreatedAsPci = 13,
    DevProp_PciDevice_BridgeType_PciExpressEventCollector = 14
} DEVPROP_PCIDEVICE_DEVICEBRIDGETYPE;
public enum DEVPROP_PCIDEVICE_DEVICEBRIDGETYPE : uint
{
    DevProp_PciDevice_DeviceType_PciConventional = 0,
    DevProp_PciDevice_DeviceType_PciX = 1,
    DevProp_PciDevice_DeviceType_PciExpressEndpoint = 2,
    DevProp_PciDevice_DeviceType_PciExpressLegacyEndpoint = 3,
    DevProp_PciDevice_DeviceType_PciExpressRootComplexIntegratedEndpoint = 4,
    DevProp_PciDevice_DeviceType_PciExpressTreatedAsPci = 5,
    DevProp_PciDevice_BridgeType_PciConventional = 6,
    DevProp_PciDevice_BridgeType_PciX = 7,
    DevProp_PciDevice_BridgeType_PciExpressRootPort = 8,
    DevProp_PciDevice_BridgeType_PciExpressUpstreamSwitchPort = 9,
    DevProp_PciDevice_BridgeType_PciExpressDownstreamSwitchPort = 10,
    DevProp_PciDevice_BridgeType_PciExpressToPciXBridge = 11,
    DevProp_PciDevice_BridgeType_PciXToExpressBridge = 12,
    DevProp_PciDevice_BridgeType_PciExpressTreatedAsPci = 13,
    DevProp_PciDevice_BridgeType_PciExpressEventCollector = 14,
}
Public Enum DEVPROP_PCIDEVICE_DEVICEBRIDGETYPE As UInteger
    DevProp_PciDevice_DeviceType_PciConventional = 0
    DevProp_PciDevice_DeviceType_PciX = 1
    DevProp_PciDevice_DeviceType_PciExpressEndpoint = 2
    DevProp_PciDevice_DeviceType_PciExpressLegacyEndpoint = 3
    DevProp_PciDevice_DeviceType_PciExpressRootComplexIntegratedEndpoint = 4
    DevProp_PciDevice_DeviceType_PciExpressTreatedAsPci = 5
    DevProp_PciDevice_BridgeType_PciConventional = 6
    DevProp_PciDevice_BridgeType_PciX = 7
    DevProp_PciDevice_BridgeType_PciExpressRootPort = 8
    DevProp_PciDevice_BridgeType_PciExpressUpstreamSwitchPort = 9
    DevProp_PciDevice_BridgeType_PciExpressDownstreamSwitchPort = 10
    DevProp_PciDevice_BridgeType_PciExpressToPciXBridge = 11
    DevProp_PciDevice_BridgeType_PciXToExpressBridge = 12
    DevProp_PciDevice_BridgeType_PciExpressTreatedAsPci = 13
    DevProp_PciDevice_BridgeType_PciExpressEventCollector = 14
End Enum
import enum

class DEVPROP_PCIDEVICE_DEVICEBRIDGETYPE(enum.IntEnum):
    DevProp_PciDevice_DeviceType_PciConventional = 0
    DevProp_PciDevice_DeviceType_PciX = 1
    DevProp_PciDevice_DeviceType_PciExpressEndpoint = 2
    DevProp_PciDevice_DeviceType_PciExpressLegacyEndpoint = 3
    DevProp_PciDevice_DeviceType_PciExpressRootComplexIntegratedEndpoint = 4
    DevProp_PciDevice_DeviceType_PciExpressTreatedAsPci = 5
    DevProp_PciDevice_BridgeType_PciConventional = 6
    DevProp_PciDevice_BridgeType_PciX = 7
    DevProp_PciDevice_BridgeType_PciExpressRootPort = 8
    DevProp_PciDevice_BridgeType_PciExpressUpstreamSwitchPort = 9
    DevProp_PciDevice_BridgeType_PciExpressDownstreamSwitchPort = 10
    DevProp_PciDevice_BridgeType_PciExpressToPciXBridge = 11
    DevProp_PciDevice_BridgeType_PciXToExpressBridge = 12
    DevProp_PciDevice_BridgeType_PciExpressTreatedAsPci = 13
    DevProp_PciDevice_BridgeType_PciExpressEventCollector = 14
// DEVPROP_PCIDEVICE_DEVICEBRIDGETYPE
pub const DevProp_PciDevice_DeviceType_PciConventional: u32 = 0;
pub const DevProp_PciDevice_DeviceType_PciX: u32 = 1;
pub const DevProp_PciDevice_DeviceType_PciExpressEndpoint: u32 = 2;
pub const DevProp_PciDevice_DeviceType_PciExpressLegacyEndpoint: u32 = 3;
pub const DevProp_PciDevice_DeviceType_PciExpressRootComplexIntegratedEndpoint: u32 = 4;
pub const DevProp_PciDevice_DeviceType_PciExpressTreatedAsPci: u32 = 5;
pub const DevProp_PciDevice_BridgeType_PciConventional: u32 = 6;
pub const DevProp_PciDevice_BridgeType_PciX: u32 = 7;
pub const DevProp_PciDevice_BridgeType_PciExpressRootPort: u32 = 8;
pub const DevProp_PciDevice_BridgeType_PciExpressUpstreamSwitchPort: u32 = 9;
pub const DevProp_PciDevice_BridgeType_PciExpressDownstreamSwitchPort: u32 = 10;
pub const DevProp_PciDevice_BridgeType_PciExpressToPciXBridge: u32 = 11;
pub const DevProp_PciDevice_BridgeType_PciXToExpressBridge: u32 = 12;
pub const DevProp_PciDevice_BridgeType_PciExpressTreatedAsPci: u32 = 13;
pub const DevProp_PciDevice_BridgeType_PciExpressEventCollector: u32 = 14;
// DEVPROP_PCIDEVICE_DEVICEBRIDGETYPE
const (
	DevProp_PciDevice_DeviceType_PciConventional uint32 = 0
	DevProp_PciDevice_DeviceType_PciX uint32 = 1
	DevProp_PciDevice_DeviceType_PciExpressEndpoint uint32 = 2
	DevProp_PciDevice_DeviceType_PciExpressLegacyEndpoint uint32 = 3
	DevProp_PciDevice_DeviceType_PciExpressRootComplexIntegratedEndpoint uint32 = 4
	DevProp_PciDevice_DeviceType_PciExpressTreatedAsPci uint32 = 5
	DevProp_PciDevice_BridgeType_PciConventional uint32 = 6
	DevProp_PciDevice_BridgeType_PciX uint32 = 7
	DevProp_PciDevice_BridgeType_PciExpressRootPort uint32 = 8
	DevProp_PciDevice_BridgeType_PciExpressUpstreamSwitchPort uint32 = 9
	DevProp_PciDevice_BridgeType_PciExpressDownstreamSwitchPort uint32 = 10
	DevProp_PciDevice_BridgeType_PciExpressToPciXBridge uint32 = 11
	DevProp_PciDevice_BridgeType_PciXToExpressBridge uint32 = 12
	DevProp_PciDevice_BridgeType_PciExpressTreatedAsPci uint32 = 13
	DevProp_PciDevice_BridgeType_PciExpressEventCollector uint32 = 14
)
const
  DevProp_PciDevice_DeviceType_PciConventional = 0;
  DevProp_PciDevice_DeviceType_PciX = 1;
  DevProp_PciDevice_DeviceType_PciExpressEndpoint = 2;
  DevProp_PciDevice_DeviceType_PciExpressLegacyEndpoint = 3;
  DevProp_PciDevice_DeviceType_PciExpressRootComplexIntegratedEndpoint = 4;
  DevProp_PciDevice_DeviceType_PciExpressTreatedAsPci = 5;
  DevProp_PciDevice_BridgeType_PciConventional = 6;
  DevProp_PciDevice_BridgeType_PciX = 7;
  DevProp_PciDevice_BridgeType_PciExpressRootPort = 8;
  DevProp_PciDevice_BridgeType_PciExpressUpstreamSwitchPort = 9;
  DevProp_PciDevice_BridgeType_PciExpressDownstreamSwitchPort = 10;
  DevProp_PciDevice_BridgeType_PciExpressToPciXBridge = 11;
  DevProp_PciDevice_BridgeType_PciXToExpressBridge = 12;
  DevProp_PciDevice_BridgeType_PciExpressTreatedAsPci = 13;
  DevProp_PciDevice_BridgeType_PciExpressEventCollector = 14;
// DEVPROP_PCIDEVICE_DEVICEBRIDGETYPE
pub const DevProp_PciDevice_DeviceType_PciConventional: u32 = 0;
pub const DevProp_PciDevice_DeviceType_PciX: u32 = 1;
pub const DevProp_PciDevice_DeviceType_PciExpressEndpoint: u32 = 2;
pub const DevProp_PciDevice_DeviceType_PciExpressLegacyEndpoint: u32 = 3;
pub const DevProp_PciDevice_DeviceType_PciExpressRootComplexIntegratedEndpoint: u32 = 4;
pub const DevProp_PciDevice_DeviceType_PciExpressTreatedAsPci: u32 = 5;
pub const DevProp_PciDevice_BridgeType_PciConventional: u32 = 6;
pub const DevProp_PciDevice_BridgeType_PciX: u32 = 7;
pub const DevProp_PciDevice_BridgeType_PciExpressRootPort: u32 = 8;
pub const DevProp_PciDevice_BridgeType_PciExpressUpstreamSwitchPort: u32 = 9;
pub const DevProp_PciDevice_BridgeType_PciExpressDownstreamSwitchPort: u32 = 10;
pub const DevProp_PciDevice_BridgeType_PciExpressToPciXBridge: u32 = 11;
pub const DevProp_PciDevice_BridgeType_PciXToExpressBridge: u32 = 12;
pub const DevProp_PciDevice_BridgeType_PciExpressTreatedAsPci: u32 = 13;
pub const DevProp_PciDevice_BridgeType_PciExpressEventCollector: u32 = 14;
const
  DevProp_PciDevice_DeviceType_PciConventional* = 0
  DevProp_PciDevice_DeviceType_PciX* = 1
  DevProp_PciDevice_DeviceType_PciExpressEndpoint* = 2
  DevProp_PciDevice_DeviceType_PciExpressLegacyEndpoint* = 3
  DevProp_PciDevice_DeviceType_PciExpressRootComplexIntegratedEndpoint* = 4
  DevProp_PciDevice_DeviceType_PciExpressTreatedAsPci* = 5
  DevProp_PciDevice_BridgeType_PciConventional* = 6
  DevProp_PciDevice_BridgeType_PciX* = 7
  DevProp_PciDevice_BridgeType_PciExpressRootPort* = 8
  DevProp_PciDevice_BridgeType_PciExpressUpstreamSwitchPort* = 9
  DevProp_PciDevice_BridgeType_PciExpressDownstreamSwitchPort* = 10
  DevProp_PciDevice_BridgeType_PciExpressToPciXBridge* = 11
  DevProp_PciDevice_BridgeType_PciXToExpressBridge* = 12
  DevProp_PciDevice_BridgeType_PciExpressTreatedAsPci* = 13
  DevProp_PciDevice_BridgeType_PciExpressEventCollector* = 14
enum DEVPROP_PCIDEVICE_DEVICEBRIDGETYPE : uint {
    DevProp_PciDevice_DeviceType_PciConventional = 0,
    DevProp_PciDevice_DeviceType_PciX = 1,
    DevProp_PciDevice_DeviceType_PciExpressEndpoint = 2,
    DevProp_PciDevice_DeviceType_PciExpressLegacyEndpoint = 3,
    DevProp_PciDevice_DeviceType_PciExpressRootComplexIntegratedEndpoint = 4,
    DevProp_PciDevice_DeviceType_PciExpressTreatedAsPci = 5,
    DevProp_PciDevice_BridgeType_PciConventional = 6,
    DevProp_PciDevice_BridgeType_PciX = 7,
    DevProp_PciDevice_BridgeType_PciExpressRootPort = 8,
    DevProp_PciDevice_BridgeType_PciExpressUpstreamSwitchPort = 9,
    DevProp_PciDevice_BridgeType_PciExpressDownstreamSwitchPort = 10,
    DevProp_PciDevice_BridgeType_PciExpressToPciXBridge = 11,
    DevProp_PciDevice_BridgeType_PciXToExpressBridge = 12,
    DevProp_PciDevice_BridgeType_PciExpressTreatedAsPci = 13,
    DevProp_PciDevice_BridgeType_PciExpressEventCollector = 14,
}
#define global DevProp_PciDevice_DeviceType_PciConventional                         0x0
#define global DevProp_PciDevice_DeviceType_PciX                                    0x1
#define global DevProp_PciDevice_DeviceType_PciExpressEndpoint                      0x2
#define global DevProp_PciDevice_DeviceType_PciExpressLegacyEndpoint                0x3
#define global DevProp_PciDevice_DeviceType_PciExpressRootComplexIntegratedEndpoint 0x4
#define global DevProp_PciDevice_DeviceType_PciExpressTreatedAsPci                  0x5
#define global DevProp_PciDevice_BridgeType_PciConventional                         0x6
#define global DevProp_PciDevice_BridgeType_PciX                                    0x7
#define global DevProp_PciDevice_BridgeType_PciExpressRootPort                      0x8
#define global DevProp_PciDevice_BridgeType_PciExpressUpstreamSwitchPort            0x9
#define global DevProp_PciDevice_BridgeType_PciExpressDownstreamSwitchPort          0xA
#define global DevProp_PciDevice_BridgeType_PciExpressToPciXBridge                  0xB
#define global DevProp_PciDevice_BridgeType_PciXToExpressBridge                     0xC
#define global DevProp_PciDevice_BridgeType_PciExpressTreatedAsPci                  0xD
#define global DevProp_PciDevice_BridgeType_PciExpressEventCollector                0xE