enumerazione APPLY_SNAPSHOT_VHDSET_FLAG (virtdisk.h)
Contiene flag che influiscono sul comportamento della funzione ApplySnapshotVhdSet .
Sintassi
typedef enum _APPLY_SNAPSHOT_VHDSET_FLAG {
APPLY_SNAPSHOT_VHDSET_FLAG_NONE = 0x00000000,
APPLY_SNAPSHOT_VHDSET_FLAG_WRITEABLE = 0x00000001
} APPLY_SNAPSHOT_VHDSET_FLAG, *PAPPLY_SNAPSHOT_VHDSET_FLAG;
Costanti
APPLY_SNAPSHOT_VHDSET_FLAG_NONE Valore: 0x00000000 Nessun flag specificato. |
APPLY_SNAPSHOT_VHDSET_FLAG_WRITEABLE Valore: 0x00000001 Indica che lo snapshot da applicare è stato creato come tipo di snapshot scrivibile. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10 [solo app desktop] |
Server minimo supportato | Windows Server 2016 [solo app desktop] |
Intestazione | virtdisk.h |