Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_SKIP_MIRROR_ACTIVATION = 0x00000002,
MIRROR_VIRTUAL_DISK_FLAG_ENABLE_SMB_COMPRESSION,
MIRROR_VIRTUAL_DISK_FLAG_IS_LIVE_MIGRATION
} MIRROR_VIRTUAL_DISK_FLAG;
Constants
MIRROR_VIRTUAL_DISK_FLAG_NONE Value: 0x00000000 The mirror virtual disk file does not exist, and needs to be created. |
MIRROR_VIRTUAL_DISK_FLAG_EXISTING_FILE Value: 0x00000001 Create the mirror using an existing file. |
MIRROR_VIRTUAL_DISK_FLAG_SKIP_MIRROR_ACTIVATION Value: 0x00000002 |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | virtdisk.h |