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

DEVPROP_PCIEXPRESSDEVICE_SPEC_VERSION

列挙型
基底型u4

メンバー 2

名前10進16進
DevProp_PciExpressDevice_Spec_Version_1010x1
DevProp_PciExpressDevice_Spec_Version_1120x2

各言語での定義

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

typedef enum DEVPROP_PCIEXPRESSDEVICE_SPEC_VERSION : unsigned int {
    DevProp_PciExpressDevice_Spec_Version_10 = 1,
    DevProp_PciExpressDevice_Spec_Version_11 = 2
} DEVPROP_PCIEXPRESSDEVICE_SPEC_VERSION;
public enum DEVPROP_PCIEXPRESSDEVICE_SPEC_VERSION : uint
{
    DevProp_PciExpressDevice_Spec_Version_10 = 1,
    DevProp_PciExpressDevice_Spec_Version_11 = 2,
}
Public Enum DEVPROP_PCIEXPRESSDEVICE_SPEC_VERSION As UInteger
    DevProp_PciExpressDevice_Spec_Version_10 = 1
    DevProp_PciExpressDevice_Spec_Version_11 = 2
End Enum
import enum

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