VirtualBox

Changeset 40539 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Mar 19, 2012 2:27:50 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76928
Message:

Main/VirtualBox: new method to get the state of several machines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r40429 r40539  
    33<!--
    44
    5     Copyright (C) 2006-2011 Oracle Corporation
     5    Copyright (C) 2006-2012 Oracle Corporation
    66
    77    This file is part of VirtualBox Open Source Edition (OSE), as
     
    13981398  <interface
    13991399    name="IVirtualBox" extends="$unknown"
    1400     uuid="c28be65f-1a8f-43b4-81f1-eb60cb516e66"
     1400    uuid="8bf22775-a3c1-4f81-80d3-138584474fb3"
    14011401    wsmap="managed"
    14021402    >
     
    17841784      <param name="machine" type="IMachine" dir="return">
    17851785        <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>
    17861798      </param>
    17871799    </method>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette