Changeset 21025 in vbox for trunk/include
- Timestamp:
- Jun 29, 2009 2:48:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxHDD.h
r20374 r21025 1325 1325 * @param pDiskTo Pointer to destination HDD container. 1326 1326 * @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). 1328 1330 * @param fMoveByRename If true, attempt to perform a move by renaming (if successful the new size is ignored). 1329 1331 * @param cbSize New image size (0 means leave unchanged). … … 1331 1333 * @param pDstUuid New UUID of the destination image. If NULL, a new UUID is created. 1332 1334 * This parameter is used if and only if a true copy is created. 1333 * In all rename/move cases theUUIDs are copied over.1335 * In all rename/move cases or copy to existing image cases the modification UUIDs are copied over. 1334 1336 * @param pVDIfsOperation Pointer to the per-operation VD interface list. 1335 1337 * @param pDstVDIfsImage Pointer to the per-image VD interface list, for the
Note:
See TracChangeset
for help on using the changeset viewer.