Changeset 70582 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jan 15, 2018 10:13:41 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r70228 r70582 4776 4776 <interface 4777 4777 name="IMachine" extends="$unknown" 4778 uuid=" 85cd948e-a71f-4289-281e-0ca7ad48cd89"4778 uuid="fecae8e8-46da-44cf-8fc0-2ba9aeb796a7" 4779 4779 wsmap="managed" 4780 4780 wrap-hint-server-addinterfaces="IInternalMachineControl" … … 7977 7977 <desc>Options for the cloning operation.</desc> 7978 7978 </param> 7979 <param name="progress" type="IProgress" dir="return"> 7980 <desc>Progress object to track the operation completion.</desc> 7981 </param> 7982 </method> 7983 7984 <method name="moveTo"> 7985 <desc> 7986 Move machine on to new place/folder 7987 <result name="E_INVALIDARG"> 7988 @a target is @c null. 7989 </result> 7990 </desc> 7991 7992 <param name="folder" type="wstring" dir="in"> 7993 <desc>Target folder where machine is moved.</desc> 7994 </param> 7995 7996 <param name="type" type="wstring" dir="in"> 7997 <desc>Type of moving. 7998 Possible values: 7999 basic - Only the files which belong solely to this machine 8000 are moved from the original machine's folder to 8001 a new folder. 8002 </desc> 8003 </param> 8004 7979 8005 <param name="progress" type="IProgress" dir="return"> 7980 8006 <desc>Progress object to track the operation completion.</desc>
Note:
See TracChangeset
for help on using the changeset viewer.