VirtualBox

Changeset 42018 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Jul 4, 2012 9:55:11 AM (13 years ago)
Author:
vboxsync
Message:

Main/idl: missing piece from r78900, plus adding a bit more explanation to the error codes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r42017 r42018  
    36943694  <interface
    36953695    name="IMachine" extends="$unknown"
    3696     uuid="d6406544-910e-43b2-a8fb-5528e56ce3b4"
     3696    uuid="019d7a7b-1e2d-4008-b954-4b5d72d103b8"
    36973697    wsmap="managed"
    36983698    >
     
    47624762        </result>
    47634763        <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).
    47654766        </result>
    47664767
     
    52025203    <method name="removeStorageController">
    52035204      <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.
    52055206
    52065207        <result name="VBOX_E_OBJECT_NOT_FOUND">
    52075208          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).
    52085213        </result>
    52095214      </desc>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette