Changeset 14858 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Dec 1, 2008 1:56:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r14849 r14858 1484 1484 1485 1485 @deprecated Will be removed soon. 1486 <result name="VBOX_E_FILE_ERROR"> 1487 Settings file name invalid, not found or sharing violation. 1488 </result> 1486 1489 </desc> 1487 1490 <param name="settingsFile" type="wstring" dir="in"> … … 1515 1518 </note> 1516 1519 1520 <result name="VBOX_E_INVALID_OBJECT_STATE"> 1521 Virtual machine was not created within this VirtualBox instance. 1522 </result> 1523 1517 1524 </desc> 1518 1525 <param name="machine" type="IMachine" dir="in"/> … … 1522 1529 <desc> 1523 1530 Attempts to find a virtual machine given its UUID. 1524 To look up a machine by name, use <link to="IVirtualBox::findMachine" /> instead. 1531 To look up a machine by name, use <link to="IVirtualBox::findMachine" /> 1532 instead. 1533 1534 <result name="VBOX_E_FILE_ERROR"> 1535 Could not find registered machine matching @a id. 1536 </result> 1537 1525 1538 </desc> 1526 1539 <param name="id" type="uuid" dir="in"/> … … 1531 1544 <desc> 1532 1545 Attempts to find a virtual machine given its name. 1533 To look up a machine by UUID, use <link to="IVirtualBox::getMachine" /> instead. 1546 To look up a machine by UUID, use <link to="IVirtualBox::getMachine" /> 1547 instead. 1548 1549 <result name="VBOX_E_FILE_ERROR"> 1550 Could not find registered machine matching @a name. 1551 </result> 1552 1534 1553 </desc> 1535 1554 <param name="name" type="wstring" dir="in"/> … … 1563 1582 <b>any</b> method will return the "Object not ready" error. 1564 1583 </note> 1584 1585 <result name="VBOX_E_FILE_ERROR"> 1586 Could not find registered machine matching @a id. 1587 </result> 1588 <result name="VBOX_E_INVALID_VM_STATE"> 1589 Machine is in Saved state. 1590 </result> 1591 <result name="VBOX_E_INVALID_OBJECT_STATE"> 1592 Machine has snapshot or open session or hard disk attached. 1593 </result> 1565 1594 1566 1595 </desc>
Note:
See TracChangeset
for help on using the changeset viewer.