Changeset 20945 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jun 25, 2009 2:34:57 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49120
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r20928 r20945 9607 9607 </note> 9608 9608 <result name="VBOX_E_OBJECT_IN_USE"> 9609 Hard disk not in NotCreated state.9609 Hard disk not in @c NotCreated state. 9610 9610 </result> 9611 9611 </desc> … … 9708 9708 location defined by the @a target argument. 9709 9709 9710 The target hard disk must be in <link to="MediaState_NotCreated"/> 9711 state (i.e. must not have an existing storage unit). Upon successful 9712 completion, the cloned hard disk will contain exactly the same sector 9713 data as the hard disk being cloned, except that a new UUID for the 9714 clone will be randomly generated. 9710 The target hard disk must be either in <link to="MediaState_NotCreated"/> 9711 state (i.e. must not have an existing storage unit) or in 9712 <link to="MediaState_Created"/> state (i.e. created and not locked, and 9713 big enough to hold the data or else the copy will be partial). Upon 9714 successful completion, the cloned hard disk will contain exactly the 9715 same sector data as the hard disk being cloned, except that in the 9716 first case a new UUID for the clone will be randomly generated, and in 9717 the second case the UUID will remain unchanged. 9715 9718 9716 9719 The @a parent argument defines which hard disk will be the parent … … 9729 9732 state for the duration of this operation. 9730 9733 </note> 9734 <result name="E_NOTIMPL"> 9735 The specified cloning variant is not supported at the moment. 9736 </result> 9731 9737 </desc> 9732 9738 <param name="target" type="IHardDisk" dir="in">
Note:
See TracChangeset
for help on using the changeset viewer.