VirtualBox

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


Ignore:
Timestamp:
May 2, 2012 2:55:59 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77728
Message:

Replace calls of findMedium with openMedium, remove findMedium references in idl and definitions/declarations

File:
1 edited

Legend:

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

    r41113 r41120  
    19581958      <param name="medium" type="IMedium" dir="return">
    19591959        <desc>Opened medium object.</desc>
    1960       </param>
    1961     </method>
    1962 
    1963     <method name="findMedium">
    1964       <desc>
    1965         Returns a medium of the given type that uses the given fully qualified
    1966         location or UUID to store medium data.
    1967 
    1968         The given medium must be known to this VirtualBox installation, i.e.
    1969         it must be previously created by <link to="#createHardDisk"/> or opened
    1970         by <link to="#openMedium"/>.
    1971 
    1972         The search is done by comparing the value of the @a location argument to
    1973         the <link to="IMedium::location"/> and <link to="IMedium::id" />
    1974         attributes of each known medium.
    1975 
    1976         On case sensitive file systems, a case sensitive comparison is performed,
    1977         otherwise the case of symbols in the file path is ignored.
    1978 
    1979         <result name="VBOX_E_OBJECT_NOT_FOUND">
    1980           No medium object matching @a location found.
    1981         </result>
    1982       </desc>
    1983       <param name="location" type="wstring" dir="in">
    1984         <desc>What to search for. This can either be the UUID or the location string of an open medium.</desc>
    1985       </param>
    1986       <param name="type" type="DeviceType" dir="in">
    1987         <desc>Device type (must be HardDisk, DVD or Floppy)</desc>
    1988       </param>
    1989       <param name="medium" type="IMedium" dir="return">
    1990         <desc>Medium object, if found.</desc>
    19911960      </param>
    19921961    </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