Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Contains flags affecting the behavior of the DeleteSnapshotVhdSet function.
Syntax
typedef enum _DELETE_SNAPSHOT_VHDSET_FLAG {
DELETE_SNAPSHOT_VHDSET_FLAG_NONE = 0x00000000,
DELETE_SNAPSHOT_VHDSET_FLAG_PERSIST_RCT = 0x00000001
} DELETE_SNAPSHOT_VHDSET_FLAG, *PDELETE_SNAPSHOT_VHDSET_FLAG;
Constants
DELETE_SNAPSHOT_VHDSET_FLAG_NONEValue: 0x00000000 No flag specified. |
DELETE_SNAPSHOT_VHDSET_FLAG_PERSIST_RCTValue: 0x00000001 A reference point should be persisted in the VHD Set after the snapshot is deleted. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Header | virtdisk.h |