VirtualBox

Changeset 2650 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 15, 2007 3:59:11 PM (18 years ago)
Author:
vboxsync
Message:

Updated VD image create interface. Implemented closing/deleting of
images. First part of create implementation (currently only single-file
growing images). Cleaned up error messages a bit and fixed a number or
minor errors that didn't show up so far.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxHDD-new.h

    r2591 r2650  
    8181/** VMDK: Split image into 2GB extents. */
    8282#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). */
    8484#define VD_VMDK_IMAGE_FLAGS_RAWDISK         (0x0002)
    8585/** VDI: Fill new blocks with zeroes while expanding image file. */
     
    186186 * @param   uImageFlags     Flags specifying special image features.
    187187 * @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);
    188191 * @param   uOpenFlags      Image file open mode, see VD_OPEN_FLAGS_* constants.
    189192 * @param   pfnProgress     Progress callback. Optional. NULL if not to be used.
     
    193196                               VDIMAGETYPE enmType, uint64_t cbSize,
    194197                               unsigned uImageFlags, const char *pszComment,
    195                                unsigned uOpenFlags,
     198                               unsigned cCylinders, unsigned cHeads,
     199                               unsigned cSectors, unsigned uOpenFlags,
    196200                               PFNVMPROGRESS pfnProgress, void *pvUser);
    197201
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette