Changeset 40539 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Mar 19, 2012 2:27:50 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76928
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r40429 r40539 3 3 <!-- 4 4 5 Copyright (C) 2006-201 1Oracle Corporation5 Copyright (C) 2006-2012 Oracle Corporation 6 6 7 7 This file is part of VirtualBox Open Source Edition (OSE), as … … 1398 1398 <interface 1399 1399 name="IVirtualBox" extends="$unknown" 1400 uuid=" c28be65f-1a8f-43b4-81f1-eb60cb516e66"1400 uuid="8bf22775-a3c1-4f81-80d3-138584474fb3" 1401 1401 wsmap="managed" 1402 1402 > … … 1784 1784 <param name="machine" type="IMachine" dir="return"> 1785 1785 <desc>Machine object, if found.</desc> 1786 </param> 1787 </method> 1788 1789 <method name="getMachineStates"> 1790 <desc> 1791 Gets the state of several machines in a single operation. 1792 </desc> 1793 <param name="machines" type="IMachine" dir="in" safearray="yes"> 1794 <desc>Array with the machine references.</desc> 1795 </param> 1796 <param name="states" type="MachineState" dir="return" safearray="yes"> 1797 <desc>Machine states, corresponding to the machines.</desc> 1786 1798 </param> 1787 1799 </method>
Note:
See TracChangeset
for help on using the changeset viewer.