enumerazione MERGE_VIRTUAL_DISK_VERSION (virtdisk.h)
Contiene la versione del disco rigido virtuale (VHD) MERGE_VIRTUAL_DISK_PARAMETERS struttura da usare nelle chiamate alle funzioni VHD.
Sintassi
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;
Costanti
MERGE_VIRTUAL_DISK_VERSION_UNSPECIFIED Valore: 0 Non supportato. |
MERGE_VIRTUAL_DISK_VERSION_1 Valore: 1 Verrà utilizzata la struttura dei membri Version1 . |
MERGE_VIRTUAL_DISK_VERSION_2 Valore: 2 Verrà utilizzata la struttura dei membri Version2 . Windows 7 e Windows Server 2008 R2: Questo valore non è supportato fino a Windows 8 e Windows Server 2012. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 7 |
Server minimo supportato | Windows Server 2008 R2 |
Intestazione | virtdisk.h |