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

DEVPROP_PCIEXPRESSDEVICE_LINKSPEED

列挙型
基底型u4

メンバー 2

名前10進16進
DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps10x1
DevProp_PciExpressDevice_LinkSpeed_Five_Gbps20x2

各言語での定義

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

typedef enum DEVPROP_PCIEXPRESSDEVICE_LINKSPEED : unsigned int {
    DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps = 1,
    DevProp_PciExpressDevice_LinkSpeed_Five_Gbps = 2
} DEVPROP_PCIEXPRESSDEVICE_LINKSPEED;
public enum DEVPROP_PCIEXPRESSDEVICE_LINKSPEED : uint
{
    DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps = 1,
    DevProp_PciExpressDevice_LinkSpeed_Five_Gbps = 2,
}
Public Enum DEVPROP_PCIEXPRESSDEVICE_LINKSPEED As UInteger
    DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps = 1
    DevProp_PciExpressDevice_LinkSpeed_Five_Gbps = 2
End Enum
import enum

class DEVPROP_PCIEXPRESSDEVICE_LINKSPEED(enum.IntEnum):
    DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps = 1
    DevProp_PciExpressDevice_LinkSpeed_Five_Gbps = 2
// DEVPROP_PCIEXPRESSDEVICE_LINKSPEED
pub const DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps: u32 = 1;
pub const DevProp_PciExpressDevice_LinkSpeed_Five_Gbps: u32 = 2;
// DEVPROP_PCIEXPRESSDEVICE_LINKSPEED
const (
	DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps uint32 = 1
	DevProp_PciExpressDevice_LinkSpeed_Five_Gbps uint32 = 2
)
const
  DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps = 1;
  DevProp_PciExpressDevice_LinkSpeed_Five_Gbps = 2;
// DEVPROP_PCIEXPRESSDEVICE_LINKSPEED
pub const DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps: u32 = 1;
pub const DevProp_PciExpressDevice_LinkSpeed_Five_Gbps: u32 = 2;
const
  DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps* = 1
  DevProp_PciExpressDevice_LinkSpeed_Five_Gbps* = 2
enum DEVPROP_PCIEXPRESSDEVICE_LINKSPEED : uint {
    DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps = 1,
    DevProp_PciExpressDevice_LinkSpeed_Five_Gbps = 2,
}
#define global DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps 0x1
#define global DevProp_PciExpressDevice_LinkSpeed_Five_Gbps       0x2