enumeración OPEN_VIRTUAL_DISK_VERSION (virtdisk.h)
Contiene la versión del disco virtual OPEN_VIRTUAL_DISK_PARAMETERS estructura que se va a usar en llamadas a funciones de disco virtual.
Syntax
typedef enum _OPEN_VIRTUAL_DISK_VERSION {
OPEN_VIRTUAL_DISK_VERSION_UNSPECIFIED = 0,
OPEN_VIRTUAL_DISK_VERSION_1 = 1,
OPEN_VIRTUAL_DISK_VERSION_2 = 2,
OPEN_VIRTUAL_DISK_VERSION_3 = 3
} OPEN_VIRTUAL_DISK_VERSION;
Constantes
OPEN_VIRTUAL_DISK_VERSION_UNSPECIFIED Valor: 0 No compatible. |
OPEN_VIRTUAL_DISK_VERSION_1 Valor: 1 Se usará la estructura de miembros Version1 . |
OPEN_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. |
OPEN_VIRTUAL_DISK_VERSION_3 Valor: 3 |
Requisitos
Cliente mínimo compatible | Windows 7 |
Servidor mínimo compatible | Windows Server 2008 R2 |
Encabezado | virtdisk.h |