Changeset 33140 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Oct 14, 2010 4:20:15 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66672
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r33075 r33140 4513 4513 <desc>Device slot in the given port to attach the medium to.</desc> 4514 4514 </param> 4515 <param name="medium" type="uuid" mod="string" dir="in"> 4516 <desc>UUID of the medium to attach. A zero UUID means unmount the 4517 currently mounted medium.</desc> 4515 <param name="medium" type="IMedium" dir="in"> 4516 <desc>Medium to mount or NULL for an empty drive.</desc> 4518 4517 </param> 4519 4518 <param name="force" type="boolean" dir="in"> 4520 4519 <desc>Allows to force unmount/mount of a medium which is locked by 4521 the Device slot in the given port to attach the medium to.</desc>4520 the device slot in the given port to attach the medium to.</desc> 4522 4521 </param> 4523 4522 </method>
Note:
See TracChangeset
for help on using the changeset viewer.