MIRROR_VIRTUAL_DISK_FLAG enumeration
Contains virtual hard disk (VHD) mirror request flags.
Syntax
typedef enum _MIRROR_VIRTUAL_DISK_FLAG { MIRROR_VIRTUAL_DISK_FLAG_NONE = 0x00000000, MIRROR_VIRTUAL_DISK_FLAG_EXISTING_FILE = 0x00000001 } MIRROR_VIRTUAL_DISK_FLAG;
Constants
- MIRROR_VIRTUAL_DISK_FLAG_NONE
-
The mirror virtual disk file does not exist, and needs to be created.
- MIRROR_VIRTUAL_DISK_FLAG_EXISTING_FILE
-
Create the mirror using an existing file.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Header |
|
See also
Build date: 10/26/2012
