ホーム › System.Hypervisor › HDV_DEVICE_TYPE
HDV_DEVICE_TYPE
列挙型メンバー 2
| 名前 | 10進 | 16進 |
|---|---|---|
| HdvDeviceTypeUndefined | 0 | 0x0 |
| HdvDeviceTypePCI | 1 | 0x1 |
公式ドキュメント
解説(Remarks)
|パラメーター|説明| |---|---|---|---|---|---|---|---| | HdvDeviceTypeUndefined | null | | HdvDeviceTypePCI | null | | | |
出典・ライセンス: 上記「公式ドキュメント」の内容は Microsoft の Win32 API ドキュメント(MicrosoftDocs/sdk-api)を日本語に翻訳・改変したものです。© Microsoft Corporation. CC BY 4.0 で提供。
Microsoft 公式リファレンス: 英語 (en-us) · 日本語 (ja-jp)
Microsoft 公式リファレンス: 英語 (en-us) · 日本語 (ja-jp)
各言語での定義
列挙メンバーの定義。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