ホーム › NetworkManagement.WiFi › DEVPROP_PCIEXPRESSDEVICE_SPEC_VERSION
DEVPROP_PCIEXPRESSDEVICE_SPEC_VERSION
列挙型メンバー 2
| 名前 | 10進 | 16進 |
|---|---|---|
| DevProp_PciExpressDevice_Spec_Version_10 | 1 | 0x1 |
| DevProp_PciExpressDevice_Spec_Version_11 | 2 | 0x2 |
各言語での定義
列挙メンバーの定義。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 Enumimport 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* = 2enum 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