Changeset 16040 in vbox
- Timestamp:
- Jan 19, 2009 11:11:12 AM (16 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r16000 r16040 1018 1018 HRESULT rc = machine 1019 1019 ? S_OK 1020 : setError (VBOX_E_ FILE_ERROR,1020 : setError (VBOX_E_OBJECT_NOT_FOUND, 1021 1021 tr ("Could not find a registered machine named '%ls'"), aName); 1022 1022 -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r15978 r16040 1647 1647 </note> 1648 1648 1649 <result name="VBOX_E_OBJECT_NOT_FOUND"> 1650 No matching virtual machine found. 1651 </result> 1649 1652 <result name="VBOX_E_INVALID_OBJECT_STATE"> 1650 1653 Virtual machine was not created within this VirtualBox instance. … … 1661 1664 instead. 1662 1665 1663 <result name="VBOX_E_ FILE_ERROR">1666 <result name="VBOX_E_OBJECT_NOT_FOUND"> 1664 1667 Could not find registered machine matching @a id. 1665 1668 </result> … … 1676 1679 instead. 1677 1680 1678 <result name="VBOX_E_ FILE_ERROR">1681 <result name="VBOX_E_OBJECT_NOT_FOUND"> 1679 1682 Could not find registered machine matching @a name. 1680 1683 </result> … … 1712 1715 </note> 1713 1716 1714 <result name="VBOX_E_ FILE_ERROR">1717 <result name="VBOX_E_OBJECT_NOT_FOUND"> 1715 1718 Could not find registered machine matching @a id. 1716 1719 </result> … … 2304 2307 <result name="E_ACCESSDENIED"> 2305 2308 Process not started by OpenRemoteSession. 2309 </result> 2310 <result name="VBOX_E_OBJECT_NOT_FOUND"> 2311 No matching virtual machine found. 2306 2312 </result> 2307 2313 <result name="VBOX_E_INVALID_OBJECT_STATE">
Note:
See TracChangeset
for help on using the changeset viewer.