enumeración DELETE_SNAPSHOT_VHDSET_VERSION (virtdisk.h)
Contiene la versión de la estructura de DELETE_SNAPHSOT_VHDSET_PARAMETERS que se va a usar en llamadas a funciones de disco virtual.
Syntax
typedef enum _DELETE_SNAPSHOT_VHDSET_VERSION {
DELETE_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED = 0,
DELETE_SNAPSHOT_VHDSET_VERSION_1 = 1
} DELETE_SNAPSHOT_VHDSET_VERSION;
Constantes
DELETE_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED Valor: 0 No compatible. |
DELETE_SNAPSHOT_VHDSET_VERSION_1 Valor: 1 Se usará la estructura de miembros Version1. |
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 10 [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2016 [solo aplicaciones de escritorio] |
Encabezado | virtdisk.h |