Changeset 41120 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- May 2, 2012 2:55:59 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77728
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r41113 r41120 1958 1958 <param name="medium" type="IMedium" dir="return"> 1959 1959 <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 qualified1966 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 opened1970 by <link to="#openMedium"/>.1971 1972 The search is done by comparing the value of the @a location argument to1973 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>1991 1960 </param> 1992 1961 </method>
Note:
See TracChangeset
for help on using the changeset viewer.