enumeração MERGE_VIRTUAL_DISK_VERSION (virtdisk.h)
Contém a versão do VHD (disco rígido virtual) MERGE_VIRTUAL_DISK_PARAMETERS estrutura a ser usada em chamadas para funções 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 Não há suporte. |
MERGE_VIRTUAL_DISK_VERSION_1 Valor: 1 A estrutura de membros Version1 será usada. |
MERGE_VIRTUAL_DISK_VERSION_2 Valor: 2 A estrutura de membros Version2 será usada. Windows 7 e Windows Server 2008 R2: Esse valor não tem suporte até Windows 8 e Windows Server 2012. |
Requisitos
Requisito | Valor |
---|---|
Cliente mínimo com suporte | Windows 7 |
Servidor mínimo com suporte | Windows Server 2008 R2 |
Cabeçalho | virtdisk.h |