Changeset 23936 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Oct 21, 2009 2:32:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r23928 r23936 4803 4803 4804 4804 The specified device slot can have a medium mounted, which will be 4805 unmounted first. Specifying a NULL medium does just an unmount. 4805 unmounted first. Specifying a zero UUID (or an empty string) for 4806 @a medium does just an unmount. 4806 4807 4807 4808 See <link to="IMedium"/> for more detailed information about … … 4831 4832 <desc>Device slot in the given port to attach the medium to.</desc> 4832 4833 </param> 4833 <param name="id" type="uuid" mod="string" dir="in"> 4834 <desc>UUID of the medium to attach.</desc> 4834 <param name="medium" type="uuid" mod="string" dir="in"> 4835 <desc>UUID of the medium to attach. A zero UUID means unmount the 4836 currently mounted medium.</desc> 4835 4837 </param> 4836 4838 </method>
Note:
See TracChangeset
for help on using the changeset viewer.