Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Contains flags affecting the behavior of the ApplySnapshotVhdSet function.
Syntax
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;
Constants
APPLY_SNAPSHOT_VHDSET_FLAG_NONEValue: 0x00000000 No flag specified. |
APPLY_SNAPSHOT_VHDSET_FLAG_WRITEABLEValue: 0x00000001 Indicates that the snapshot to be applied was created as a writable snapshot type. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Header | virtdisk.h |