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 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_NONEValue: 0x00000000 No flags are specified. |
COMPACT_VIRTUAL_DISK_FLAG_NO_ZERO_SCANValue: 0x00000001 |
COMPACT_VIRTUAL_DISK_FLAG_NO_BLOCK_MOVESValue: 0x00000002 |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 |
| Minimum supported server | Windows Server 2008 R2 |
| Header | virtdisk.h |