DELETE_SNAPSHOT_VHDSET_FLAG enumeration (virtdisk.h)

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_NONE
Value: 0x00000000
No flag specified.
DELETE_SNAPSHOT_VHDSET_FLAG_PERSIST_RCT
Value: 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