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

DEVPROP_PCIEXPRESSDEVICE_LINKWIDTH

列挙型
基底型u4

メンバー 7

名前10進16進
DevProp_PciExpressDevice_LinkWidth_By_110x1
DevProp_PciExpressDevice_LinkWidth_By_220x2
DevProp_PciExpressDevice_LinkWidth_By_440x4
DevProp_PciExpressDevice_LinkWidth_By_880x8
DevProp_PciExpressDevice_LinkWidth_By_12120xC
DevProp_PciExpressDevice_LinkWidth_By_16160x10
DevProp_PciExpressDevice_LinkWidth_By_32320x20

各言語での定義

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

typedef enum DEVPROP_PCIEXPRESSDEVICE_LINKWIDTH : unsigned int {
    DevProp_PciExpressDevice_LinkWidth_By_1 = 1,
    DevProp_PciExpressDevice_LinkWidth_By_2 = 2,
    DevProp_PciExpressDevice_LinkWidth_By_4 = 4,
    DevProp_PciExpressDevice_LinkWidth_By_8 = 8,
    DevProp_PciExpressDevice_LinkWidth_By_12 = 12,
    DevProp_PciExpressDevice_LinkWidth_By_16 = 16,
    DevProp_PciExpressDevice_LinkWidth_By_32 = 32
} DEVPROP_PCIEXPRESSDEVICE_LINKWIDTH;
public enum DEVPROP_PCIEXPRESSDEVICE_LINKWIDTH : uint
{
    DevProp_PciExpressDevice_LinkWidth_By_1 = 1,
    DevProp_PciExpressDevice_LinkWidth_By_2 = 2,
    DevProp_PciExpressDevice_LinkWidth_By_4 = 4,
    DevProp_PciExpressDevice_LinkWidth_By_8 = 8,
    DevProp_PciExpressDevice_LinkWidth_By_12 = 12,
    DevProp_PciExpressDevice_LinkWidth_By_16 = 16,
    DevProp_PciExpressDevice_LinkWidth_By_32 = 32,
}
Public Enum DEVPROP_PCIEXPRESSDEVICE_LINKWIDTH As UInteger
    DevProp_PciExpressDevice_LinkWidth_By_1 = 1
    DevProp_PciExpressDevice_LinkWidth_By_2 = 2
    DevProp_PciExpressDevice_LinkWidth_By_4 = 4
    DevProp_PciExpressDevice_LinkWidth_By_8 = 8
    DevProp_PciExpressDevice_LinkWidth_By_12 = 12
    DevProp_PciExpressDevice_LinkWidth_By_16 = 16
    DevProp_PciExpressDevice_LinkWidth_By_32 = 32
End Enum
import enum

class DEVPROP_PCIEXPRESSDEVICE_LINKWIDTH(enum.IntEnum):
    DevProp_PciExpressDevice_LinkWidth_By_1 = 1
    DevProp_PciExpressDevice_LinkWidth_By_2 = 2
    DevProp_PciExpressDevice_LinkWidth_By_4 = 4
    DevProp_PciExpressDevice_LinkWidth_By_8 = 8
    DevProp_PciExpressDevice_LinkWidth_By_12 = 12
    DevProp_PciExpressDevice_LinkWidth_By_16 = 16
    DevProp_PciExpressDevice_LinkWidth_By_32 = 32
// DEVPROP_PCIEXPRESSDEVICE_LINKWIDTH
pub const DevProp_PciExpressDevice_LinkWidth_By_1: u32 = 1;
pub const DevProp_PciExpressDevice_LinkWidth_By_2: u32 = 2;
pub const DevProp_PciExpressDevice_LinkWidth_By_4: u32 = 4;
pub const DevProp_PciExpressDevice_LinkWidth_By_8: u32 = 8;
pub const DevProp_PciExpressDevice_LinkWidth_By_12: u32 = 12;
pub const DevProp_PciExpressDevice_LinkWidth_By_16: u32 = 16;
pub const DevProp_PciExpressDevice_LinkWidth_By_32: u32 = 32;
// DEVPROP_PCIEXPRESSDEVICE_LINKWIDTH
const (
	DevProp_PciExpressDevice_LinkWidth_By_1 uint32 = 1
	DevProp_PciExpressDevice_LinkWidth_By_2 uint32 = 2
	DevProp_PciExpressDevice_LinkWidth_By_4 uint32 = 4
	DevProp_PciExpressDevice_LinkWidth_By_8 uint32 = 8
	DevProp_PciExpressDevice_LinkWidth_By_12 uint32 = 12
	DevProp_PciExpressDevice_LinkWidth_By_16 uint32 = 16
	DevProp_PciExpressDevice_LinkWidth_By_32 uint32 = 32
)
const
  DevProp_PciExpressDevice_LinkWidth_By_1 = 1;
  DevProp_PciExpressDevice_LinkWidth_By_2 = 2;
  DevProp_PciExpressDevice_LinkWidth_By_4 = 4;
  DevProp_PciExpressDevice_LinkWidth_By_8 = 8;
  DevProp_PciExpressDevice_LinkWidth_By_12 = 12;
  DevProp_PciExpressDevice_LinkWidth_By_16 = 16;
  DevProp_PciExpressDevice_LinkWidth_By_32 = 32;
// DEVPROP_PCIEXPRESSDEVICE_LINKWIDTH
pub const DevProp_PciExpressDevice_LinkWidth_By_1: u32 = 1;
pub const DevProp_PciExpressDevice_LinkWidth_By_2: u32 = 2;
pub const DevProp_PciExpressDevice_LinkWidth_By_4: u32 = 4;
pub const DevProp_PciExpressDevice_LinkWidth_By_8: u32 = 8;
pub const DevProp_PciExpressDevice_LinkWidth_By_12: u32 = 12;
pub const DevProp_PciExpressDevice_LinkWidth_By_16: u32 = 16;
pub const DevProp_PciExpressDevice_LinkWidth_By_32: u32 = 32;
const
  DevProp_PciExpressDevice_LinkWidth_By_1* = 1
  DevProp_PciExpressDevice_LinkWidth_By_2* = 2
  DevProp_PciExpressDevice_LinkWidth_By_4* = 4
  DevProp_PciExpressDevice_LinkWidth_By_8* = 8
  DevProp_PciExpressDevice_LinkWidth_By_12* = 12
  DevProp_PciExpressDevice_LinkWidth_By_16* = 16
  DevProp_PciExpressDevice_LinkWidth_By_32* = 32
enum DEVPROP_PCIEXPRESSDEVICE_LINKWIDTH : uint {
    DevProp_PciExpressDevice_LinkWidth_By_1 = 1,
    DevProp_PciExpressDevice_LinkWidth_By_2 = 2,
    DevProp_PciExpressDevice_LinkWidth_By_4 = 4,
    DevProp_PciExpressDevice_LinkWidth_By_8 = 8,
    DevProp_PciExpressDevice_LinkWidth_By_12 = 12,
    DevProp_PciExpressDevice_LinkWidth_By_16 = 16,
    DevProp_PciExpressDevice_LinkWidth_By_32 = 32,
}
#define global DevProp_PciExpressDevice_LinkWidth_By_1  0x1
#define global DevProp_PciExpressDevice_LinkWidth_By_2  0x2
#define global DevProp_PciExpressDevice_LinkWidth_By_4  0x4
#define global DevProp_PciExpressDevice_LinkWidth_By_8  0x8
#define global DevProp_PciExpressDevice_LinkWidth_By_12 0xC
#define global DevProp_PciExpressDevice_LinkWidth_By_16 0x10
#define global DevProp_PciExpressDevice_LinkWidth_By_32 0x20