Changeset 2741 in vbox
- Timestamp:
- May 21, 2007 3:05:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxHDD-new.h
r2718 r2741 83 83 /** VMDK: Raw disk image (giving access to a number of host partitions). */ 84 84 #define VD_VMDK_IMAGE_FLAGS_RAWDISK (0x0002) 85 /** VDI: Fill new blocks with zeroes while expanding image file. */ 85 /** VDI: Fill new blocks with zeroes while expanding image file. Only valid 86 * for newly created images, never set for opened existing images. */ 86 87 #define VD_VDI_IMAGE_FLAGS_ZERO_EXPAND (0x0100) 87 88
Note:
See TracChangeset
for help on using the changeset viewer.