Changeset 2650 in vbox for trunk/include/VBox
- Timestamp:
- May 15, 2007 3:59:11 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxHDD-new.h
r2591 r2650 81 81 /** VMDK: Split image into 2GB extents. */ 82 82 #define VD_VMDK_IMAGE_FLAGS_SPLIT_2G (0x0001) 83 /** VMDK: Split image into 2GB extents. */83 /** VMDK: Raw disk image (giving access to a number of host partitions). */ 84 84 #define VD_VMDK_IMAGE_FLAGS_RAWDISK (0x0002) 85 85 /** VDI: Fill new blocks with zeroes while expanding image file. */ … … 186 186 * @param uImageFlags Flags specifying special image features. 187 187 * @param pszComment Pointer to image comment. NULL is ok. 188 * @param cCylinders Number of cylinders (must be <= 16383). 189 * @param cHeads Number of heads (must be <= 16). 190 * @param cSectors Number of sectors (must be <= 63); 188 191 * @param uOpenFlags Image file open mode, see VD_OPEN_FLAGS_* constants. 189 192 * @param pfnProgress Progress callback. Optional. NULL if not to be used. … … 193 196 VDIMAGETYPE enmType, uint64_t cbSize, 194 197 unsigned uImageFlags, const char *pszComment, 195 unsigned uOpenFlags, 198 unsigned cCylinders, unsigned cHeads, 199 unsigned cSectors, unsigned uOpenFlags, 196 200 PFNVMPROGRESS pfnProgress, void *pvUser); 197 201
Note:
See TracChangeset
for help on using the changeset viewer.