Changeset 33082 in vbox for trunk/include
- Timestamp:
- Oct 12, 2010 8:26:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxHDD.h
r32691 r33082 2177 2177 * This parameter is used if and only if a true copy is created. 2178 2178 * In all rename/move cases or copy to existing image cases the modification UUIDs are copied over. 2179 * @param uOpenFlags Image file open mode, see VD_OPEN_FLAGS_* constants. 2180 * Only used if the destination image is created. 2179 2181 * @param pVDIfsOperation Pointer to the per-operation VD interface list. 2180 2182 * @param pDstVDIfsImage Pointer to the per-image VD interface list, for the … … 2187 2189 bool fMoveByRename, uint64_t cbSize, 2188 2190 unsigned uImageFlags, PCRTUUID pDstUuid, 2189 PVDINTERFACE pVDIfsOperation,2191 unsigned uOpenFlags, PVDINTERFACE pVDIfsOperation, 2190 2192 PVDINTERFACE pDstVDIfsImage, 2191 2193 PVDINTERFACE pDstVDIfsOperation);
Note:
See TracChangeset
for help on using the changeset viewer.