Changeset 41113 in vbox
- Timestamp:
- May 2, 2012 9:57:19 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r41106 r41113 1829 1829 1830 1830 After the storage unit is successfully created, it will be 1831 accessible through the <link to="# findMedium"/> method and can1831 accessible through the <link to="#openMedium"/> method and can 1832 1832 be found in the <link to="#hardDisks"/> array. 1833 1833 … … 1867 1867 <method name="openMedium"> 1868 1868 <desc> 1869 Opens a medium from an existing storage location.1869 Finds existing media or opens a medium from an existing storage location. 1870 1870 1871 1871 Once a medium has been opened, it can be passed to other VirtualBox … … 1889 1889 </ul> 1890 1890 1891 After having been opened, the medium can be found by the <link to="#findMedium"/> 1892 method and can be attached to virtual machines. See <link to="IMedium" /> for more details. 1891 After having been opened, the medium can be re-found by this method 1892 and can be attached to virtual machines. See <link to="IMedium" /> for 1893 more details. 1893 1894 1894 1895 The UUID of the newly opened medium will either be retrieved from the … … 10551 10552 When a medium has been opened or created using one of the aforementioned 10552 10553 APIs, it becomes "known" to VirtualBox. Known media can be attached 10553 to virtual machines and accessed through <link to="IVirtualBox::findMedium"/>.10554 to virtual machines and re-found through <link to="IVirtualBox::openMedium"/>. 10554 10555 They also appear in the global 10555 10556 <link to="IVirtualBox::hardDisks" />,
Note:
See TracChangeset
for help on using the changeset viewer.