ホーム › System.Hypervisor › HDV_DEVICE_TYPE
HDV_DEVICE_TYPE
列挙型メンバー 2
| 名前 | 10進 | 16進 |
|---|---|---|
| HdvDeviceTypeUndefined | 0 | 0x0 |
| HdvDeviceTypePCI | 1 | 0x1 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum HDV_DEVICE_TYPE : int {
HdvDeviceTypeUndefined = 0,
HdvDeviceTypePCI = 1
} HDV_DEVICE_TYPE;public enum HDV_DEVICE_TYPE : int
{
HdvDeviceTypeUndefined = 0,
HdvDeviceTypePCI = 1,
}Public Enum HDV_DEVICE_TYPE As Integer
HdvDeviceTypeUndefined = 0
HdvDeviceTypePCI = 1
End Enumimport enum
class HDV_DEVICE_TYPE(enum.IntEnum):
HdvDeviceTypeUndefined = 0
HdvDeviceTypePCI = 1// HDV_DEVICE_TYPE
pub const HdvDeviceTypeUndefined: i32 = 0;
pub const HdvDeviceTypePCI: i32 = 1;// HDV_DEVICE_TYPE
const (
HdvDeviceTypeUndefined int32 = 0
HdvDeviceTypePCI int32 = 1
)const
HdvDeviceTypeUndefined = 0;
HdvDeviceTypePCI = 1;// HDV_DEVICE_TYPE
pub const HdvDeviceTypeUndefined: i32 = 0;
pub const HdvDeviceTypePCI: i32 = 1;const
HdvDeviceTypeUndefined* = 0
HdvDeviceTypePCI* = 1enum HDV_DEVICE_TYPE : int {
HdvDeviceTypeUndefined = 0,
HdvDeviceTypePCI = 1,
}#define global HdvDeviceTypeUndefined 0x0
#define global HdvDeviceTypePCI 0x1