ホーム › Storage.Vhd › APPLY_SNAPSHOT_VHDSET_VERSION
APPLY_SNAPSHOT_VHDSET_VERSION
列挙型メンバー 2
| 名前 | 10進 | 16進 | 説明 |
|---|---|---|---|
| APPLY_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED | 0 | 0x0 | サポートされていません。 |
| APPLY_SNAPSHOT_VHDSET_VERSION_1 | 1 | 0x1 | Version1 メンバーの構造体が使用されます。 |
公式ドキュメント
<a href="/windows/win32/api/virtdisk/nf-virtdisk-applysnapshotvhdset">ApplySnapshotVhdSet</a> 関数のパラメーターに指定できるバージョンを列挙します。
出典・ライセンス: 上記「公式ドキュメント」の内容は Microsoft の Win32 API ドキュメント(MicrosoftDocs/sdk-api)を日本語に翻訳・改変したものです。© Microsoft Corporation. CC BY 4.0 で提供。
Microsoft 公式リファレンス: 英語 (en-us) · 日本語 (ja-jp) · 原文ソース (GitHub)
Microsoft 公式リファレンス: 英語 (en-us) · 日本語 (ja-jp) · 原文ソース (GitHub)
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum APPLY_SNAPSHOT_VHDSET_VERSION : int {
APPLY_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED = 0,
APPLY_SNAPSHOT_VHDSET_VERSION_1 = 1
} APPLY_SNAPSHOT_VHDSET_VERSION;public enum APPLY_SNAPSHOT_VHDSET_VERSION : int
{
APPLY_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED = 0,
APPLY_SNAPSHOT_VHDSET_VERSION_1 = 1,
}Public Enum APPLY_SNAPSHOT_VHDSET_VERSION As Integer
APPLY_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED = 0
APPLY_SNAPSHOT_VHDSET_VERSION_1 = 1
End Enumimport enum
class APPLY_SNAPSHOT_VHDSET_VERSION(enum.IntEnum):
APPLY_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED = 0
APPLY_SNAPSHOT_VHDSET_VERSION_1 = 1// APPLY_SNAPSHOT_VHDSET_VERSION
pub const APPLY_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED: i32 = 0;
pub const APPLY_SNAPSHOT_VHDSET_VERSION_1: i32 = 1;// APPLY_SNAPSHOT_VHDSET_VERSION
const (
APPLY_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED int32 = 0
APPLY_SNAPSHOT_VHDSET_VERSION_1 int32 = 1
)const
APPLY_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED = 0;
APPLY_SNAPSHOT_VHDSET_VERSION_1 = 1;// APPLY_SNAPSHOT_VHDSET_VERSION
pub const APPLY_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED: i32 = 0;
pub const APPLY_SNAPSHOT_VHDSET_VERSION_1: i32 = 1;const
APPLY_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED* = 0
APPLY_SNAPSHOT_VHDSET_VERSION_1* = 1enum APPLY_SNAPSHOT_VHDSET_VERSION : int {
APPLY_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED = 0,
APPLY_SNAPSHOT_VHDSET_VERSION_1 = 1,
}#define global APPLY_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED 0x0
#define global APPLY_SNAPSHOT_VHDSET_VERSION_1 0x1