MERGE_VIRTUAL_DISK_VERSION enumeration (virtdisk.h)

Contains the version of the virtual hard disk (VHD) MERGE_VIRTUAL_DISK_PARAMETERS structure to use in calls to VHD functions.

Syntax

typedef enum _MERGE_VIRTUAL_DISK_VERSION {
  MERGE_VIRTUAL_DISK_VERSION_UNSPECIFIED = 0,
  MERGE_VIRTUAL_DISK_VERSION_1 = 1,
  MERGE_VIRTUAL_DISK_VERSION_2 = 2
} MERGE_VIRTUAL_DISK_VERSION;

Constants

 
MERGE_VIRTUAL_DISK_VERSION_UNSPECIFIED
Value: 0
Not supported.
MERGE_VIRTUAL_DISK_VERSION_1
Value: 1
The Version1 member structure will be used.
MERGE_VIRTUAL_DISK_VERSION_2
Value: 2
The Version2 member structure will be used.

Windows 7 and Windows Server 2008 R2:  This value is not supported until Windows 8 and Windows Server 2012.

Requirements

Requirement Value
Minimum supported client Windows 7
Minimum supported server Windows Server 2008 R2
Header virtdisk.h

See also

About VHD

VHD Reference