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 disk compact request flags.
Syntax
typedef enum _COMPACT_VIRTUAL_DISK_FLAG {
COMPACT_VIRTUAL_DISK_FLAG_NONE = 0x00000000,
COMPACT_VIRTUAL_DISK_FLAG_NO_ZERO_SCAN = 0x00000001,
COMPACT_VIRTUAL_DISK_FLAG_NO_BLOCK_MOVES = 0x00000002
} COMPACT_VIRTUAL_DISK_FLAG;
Constants
COMPACT_VIRTUAL_DISK_FLAG_NONE Value: 0x00000000 No flags are specified. |
COMPACT_VIRTUAL_DISK_FLAG_NO_ZERO_SCAN Value: 0x00000001 |
COMPACT_VIRTUAL_DISK_FLAG_NO_BLOCK_MOVES Value: 0x00000002 |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 |
Minimum supported server | Windows Server 2008 R2 |
Header | virtdisk.h |