VirtualBox

Changeset 100078 in vbox for trunk/include


Ignore:
Timestamp:
Jun 6, 2023 5:15:22 AM (21 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157767
Message:

Main/src-server and Storage: Immutable media handling flexibility added bugref:5995

File:
1 edited

Legend:

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

    r99739 r100078  
    765765 *
    766766 * @param   pDiskFrom       Pointer to source HDD container.
    767  * @param   nImage          Image number, counts from 0. 0 is always base image
    768  *                          of container.
     767 * @param   nImageFrom      Image number to copy from, counts from 0. 0 is always base image of container.
    769768 * @param   pDiskTo         Pointer to destination HDD container.
     769 * @param   nImageTo        Image number to copy to, counts from 0. 0 is always base image of container.
    770770 * @param   pszBackend      Name of the image file backend to use (may be NULL
    771771 *                          to use the same as the source, case insensitive).
     
    822822 *          Setting both to 0 can suppress a lot of I/O.
    823823 */
    824 VBOXDDU_DECL(int) VDCopyEx(PVDISK pDiskFrom, unsigned nImage, PVDISK pDiskTo,
     824VBOXDDU_DECL(int) VDCopyEx(PVDISK pDiskFrom, unsigned nImageFrom, PVDISK pDiskTo, unsigned nImageTo,
    825825                           const char *pszBackend, const char *pszFilename,
    826826                           bool fMoveByRename, uint64_t cbSize,
     
    18421842
    18431843#endif /* !VBOX_INCLUDED_vd_h */
    1844 
Note: See TracChangeset for help on using the changeset viewer.

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