MODIFY_VHDSET_VERSION enumeration (virtdisk.h)

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_UNSPECIFIED
Value: 0
Not Supported.
MODIFY_VHDSET_SNAPSHOT_PATH
Value: 1
The SnapshotPath member structure will be used.
MODIFY_VHDSET_REMOVE_SNAPSHOT
Value: 2
The SnapshotId member structure will be used.
MODIFY_VHDSET_DEFAULT_SNAPSHOT_PATH
Value: 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