Compartir a través de


enumeración MERGE_VIRTUAL_DISK_VERSION (virtdisk.h)

Contiene la versión del disco duro virtual (VHD) MERGE_VIRTUAL_DISK_PARAMETERS estructura que se va a usar en llamadas a funciones VHD.

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;

Constantes

 
MERGE_VIRTUAL_DISK_VERSION_UNSPECIFIED
Valor: 0
No compatible.
MERGE_VIRTUAL_DISK_VERSION_1
Valor: 1
Se usará la estructura de miembros Version1 .
MERGE_VIRTUAL_DISK_VERSION_2
Valor: 2
Se usará la estructura de miembros Version2 .

Windows 7 y Windows Server 2008 R2: Este valor no se admite hasta Windows 8 y Windows Server 2012.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 7
Servidor mínimo compatible Windows Server 2008 R2
Encabezado virtdisk.h

Consulte también

Acerca de VHD

Referencia de VHD