VirtualBox

Changeset 21025 in vbox for trunk/include


Ignore:
Timestamp:
Jun 29, 2009 2:48:34 PM (16 years ago)
Author:
vboxsync
Message:

Storage/VBoxHDD: modify VDCopy so that it can copy to existing images

File:
1 edited

Legend:

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

    r20374 r21025  
    13251325 * @param   pDiskTo         Pointer to destination HDD container.
    13261326 * @param   pszBackend      Name of the image file backend to use (may be NULL to use the same as the source, case insensitive).
    1327  * @param   pszFilename     New name of the image (may be NULL if pDiskFrom == pDiskTo).
     1327 * @param   pszFilename     New name of the image (may be NULL to specify that the
     1328 *                          copy destination is the destination container, or
     1329 *                          if pDiskFrom == pDiskTo, i.e. when moving).
    13281330 * @param   fMoveByRename   If true, attempt to perform a move by renaming (if successful the new size is ignored).
    13291331 * @param   cbSize          New image size (0 means leave unchanged).
     
    13311333 * @param   pDstUuid        New UUID of the destination image. If NULL, a new UUID is created.
    13321334 *                          This parameter is used if and only if a true copy is created.
    1333  *                          In all rename/move cases the UUIDs are copied over.
     1335 *                          In all rename/move cases or copy to existing image cases the modification UUIDs are copied over.
    13341336 * @param   pVDIfsOperation Pointer to the per-operation VD interface list.
    13351337 * @param   pDstVDIfsImage  Pointer to the per-image VD interface list, for the
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