Changeset 42018 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jul 4, 2012 9:55:11 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r42017 r42018 3694 3694 <interface 3695 3695 name="IMachine" extends="$unknown" 3696 uuid=" d6406544-910e-43b2-a8fb-5528e56ce3b4"3696 uuid="019d7a7b-1e2d-4008-b954-4b5d72d103b8" 3697 3697 wsmap="managed" 3698 3698 > … … 4762 4762 </result> 4763 4763 <result name="VBOX_E_NOT_SUPPORTED"> 4764 Medium format does not support storage deletion. 4764 Medium format does not support storage deletion (only for implicitly 4765 created differencing media, should not happen). 4765 4766 </result> 4766 4767 … … 5202 5203 <method name="removeStorageController"> 5203 5204 <desc> 5204 Removes a storage controller from the machine with all devices attache to one.5205 Removes a storage controller from the machine with all devices attached to it. 5205 5206 5206 5207 <result name="VBOX_E_OBJECT_NOT_FOUND"> 5207 5208 A storage controller with given name doesn't exist. 5209 </result> 5210 <result name="VBOX_E_NOT_SUPPORTED"> 5211 Medium format does not support storage deletion (only for implicitly 5212 created differencing media, should not happen). 5208 5213 </result> 5209 5214 </desc>
Note:
See TracChangeset
for help on using the changeset viewer.