Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |