Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the version of the MODIFY_VHDSET_PARAMETERS structure to use in calls to virtual disk functions.
Syntax
typedef enum _MODIFY_VHDSET_VERSION {
MODIFY_VHDSET_UNSPECIFIED = 0,
MODIFY_VHDSET_SNAPSHOT_PATH = 1,
MODIFY_VHDSET_REMOVE_SNAPSHOT = 2,
MODIFY_VHDSET_DEFAULT_SNAPSHOT_PATH = 3
} MODIFY_VHDSET_VERSION, *PMODIFY_VHDSET_VERSION;
Constants
MODIFY_VHDSET_UNSPECIFIEDValue: 0 Not Supported. |
MODIFY_VHDSET_SNAPSHOT_PATHValue: 1 The SnapshotPath member structure will be used. |
MODIFY_VHDSET_REMOVE_SNAPSHOTValue: 2 The SnapshotId member structure will be used. |
MODIFY_VHDSET_DEFAULT_SNAPSHOT_PATHValue: 3 The DefaultFilePath 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 |