Changeset 100078 in vbox for trunk/include
- Timestamp:
- Jun 6, 2023 5:15:22 AM (21 months ago)
- svn:sync-xref-src-repo-rev:
- 157767
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vd.h
r99739 r100078 765 765 * 766 766 * @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. 769 768 * @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. 770 770 * @param pszBackend Name of the image file backend to use (may be NULL 771 771 * to use the same as the source, case insensitive). … … 822 822 * Setting both to 0 can suppress a lot of I/O. 823 823 */ 824 VBOXDDU_DECL(int) VDCopyEx(PVDISK pDiskFrom, unsigned nImage , PVDISK pDiskTo,824 VBOXDDU_DECL(int) VDCopyEx(PVDISK pDiskFrom, unsigned nImageFrom, PVDISK pDiskTo, unsigned nImageTo, 825 825 const char *pszBackend, const char *pszFilename, 826 826 bool fMoveByRename, uint64_t cbSize, … … 1842 1842 1843 1843 #endif /* !VBOX_INCLUDED_vd_h */ 1844
Note:
See TracChangeset
for help on using the changeset viewer.