TAKE_SNAPSHOT_VHDSET_VERSION enumeration (virtdisk.h)
Enumerates the possible versions for parameters for the TakeSnapshotVhdSet function.
Syntax
typedef enum _TAKE_SNAPSHOT_VHDSET_VERSION {
TAKE_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED = 0,
TAKE_SNAPSHOT_VHDSET_VERSION_1 = 1
} TAKE_SNAPSHOT_VHDSET_VERSION;
Constants
TAKE_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED Value: 0 Not Supported. |
TAKE_SNAPSHOT_VHDSET_VERSION_1 Value: 1 The Version1 member structure will be used. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Header | virtdisk.h |