Changeset 14874 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Dec 1, 2008 4:18:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r14866 r14874 270 270 <result name="VBOX_E_OBJECT_NOT_FOUND" value="0x80BB0001"> 271 271 <desc> 272 272 Object corresponding to the supplied arguments does not exist. 273 273 </desc> 274 274 </result> … … 276 276 <result name="VBOX_E_INVALID_VM_STATE" value="0x80BB0002"> 277 277 <desc> 278 278 Current virtual machine state prevents the operation. 279 279 </desc> 280 280 </result> … … 282 282 <result name="VBOX_E_VM_ERROR" value="0x80BB0003"> 283 283 <desc> 284 284 Virtual machine error occurred attempting the operation. 285 285 </desc> 286 286 </result> … … 288 288 <result name="VBOX_E_FILE_ERROR" value="0x80BB0004"> 289 289 <desc> 290 290 File not accessible or erroneous file contents. 291 291 </desc> 292 292 </result> … … 294 294 <result name="VBOX_E_IPRT_ERROR" value="0x80BB0005"> 295 295 <desc> 296 296 Runtime subsystem error. 297 297 </desc> 298 298 </result> … … 300 300 <result name="VBOX_E_PDM_ERROR" value="0x80BB0006"> 301 301 <desc> 302 302 Pluggable Device Manager error. 303 303 </desc> 304 304 </result> … … 306 306 <result name="VBOX_E_INVALID_OBJECT_STATE" value="0x80BB0007"> 307 307 <desc> 308 308 Current object state prohibits operation. 309 309 </desc> 310 310 </result> … … 312 312 <result name="VBOX_E_HOST_ERROR" value="0x80BB0008"> 313 313 <desc> 314 314 Host operating system related error. 315 315 </desc> 316 316 </result> … … 318 318 <result name="VBOX_E_NOT_SUPPORTED" value="0x80BB0009"> 319 319 <desc> 320 320 Requested operation is not supported. 321 321 </desc> 322 322 </result> … … 1718 1718 <link to="#createHardDisk2()"/> or opened by <link 1719 1719 to="#openHardDisk2()"/>, or attached to some known virtual machine. 1720 1721 <result name="VBOX_E_OBJECT_NOT_FOUND"> 1722 No hard disk object matching @a id found. 1723 </result> 1724 1720 1725 </desc> 1721 1726 <param name="id" type="uuid" dir="in"> … … 1749 1754 that on case sensitive file systems, a case sensitive comparison is 1750 1755 performed, otherwise the case of symbols in the file path is ignored. 1756 1757 <result name="VBOX_E_OBJECT_NOT_FOUND"> 1758 No hard disk object matching @a location found. 1759 </result> 1760 1751 1761 </desc> 1752 1762 <param name="location" type="wstring" dir="in"> … … 1774 1784 1775 1785 <note> 1776 Currently, only ISO CD/DVD images are supported by VirtualBox. 1777 </note> 1786 Currently only ISO 9960 CD/DVD images are supported by VirtualBox. 1787 </note> 1788 1789 <result name="VBOX_E_FILE_ERROR"> 1790 Image conflicts with another in the media registry. 1791 </result> 1792 1778 1793 </desc> 1779 1794 <param name="location" type="wstring" dir="in">
Note:
See TracChangeset
for help on using the changeset viewer.