Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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_NONEValue: 0x00000000 The mirror virtual disk file does not exist, and needs to be created. |
MIRROR_VIRTUAL_DISK_FLAG_EXISTING_FILEValue: 0x00000001 Create the mirror using an existing file. |
MIRROR_VIRTUAL_DISK_FLAG_SKIP_MIRROR_ACTIVATIONValue: 0x00000002 |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 |
| Minimum supported server | Windows Server 2012 |
| Header | virtdisk.h |