TAKE_SNAPSHOT_VHDSET_FLAG enumeration (virtdisk.h)

Contains flags affecting the behavior of the TakeSnapshotVhdSet function.

Syntax

typedef enum _TAKE_SNAPSHOT_VHDSET_FLAG {
  TAKE_SNAPSHOT_VHDSET_FLAG_NONE = 0x00000000,
  TAKE_SNAPSHOT_VHDSET_FLAG_WRITEABLE = 0x00000001
} TAKE_SNAPSHOT_VHDSET_FLAG, *PTAKE_SNAPSHOT_VHDSET_FLAG;

Constants

 
TAKE_SNAPSHOT_VHDSET_FLAG_NONE
Value: 0x00000000
No flag specified.
TAKE_SNAPSHOT_VHDSET_FLAG_WRITEABLE
Value: 0x00000001

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Header virtdisk.h