VirtualBox

Changeset 24261 in vbox


Ignore:
Timestamp:
Nov 2, 2009 2:57:32 PM (15 years ago)
Author:
vboxsync
Message:

Main: more API doc fixes

File:
1 edited

Legend:

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

    r24260 r24261  
    83188318    <const name="Created" value="1">
    83198319      <desc>
    8320         Associated storage exists and accessible.
     8320        Associated storage exists and accessible; this gets set if the
     8321        accessibility check performed by <link to="IMedium::refreshState" />
     8322        was successful.
    83218323      </desc>
    83228324    </const>
    83238325    <const name="LockedRead" value="2">
    83248326      <desc>
    8325         Medium is locked for reading, no data modification is possible.
     8327        Medium is locked for reading, no data modification is possible. A
     8328        medium is typically locked for reading if has a depending differencing
     8329        image that receives write operations; this way one base medium
     8330        can have multiple child differencing images which can be written to
     8331        simultaneously.
    83268332      </desc>
    83278333    </const>
     
    83298335      <desc>
    83308336        Medium is locked for writing, no concurrent data reading or modification
    8331         is possible.
     8337        is possible. A medium is typically locked for writing when it receives
     8338        write operations from a running virtual machine. If a medium has
     8339        differencing images, then only the last ("leaf") differencing image
     8340        is locked for writing, whereas its parents are locked for reading only.
    83328341      </desc>
    83338342    </const>
    83348343    <const name="Inaccessible" value="4">
    83358344      <desc>
    8336         Associated medium storage is not accessible.
     8345        Medium accessiblity check (see <link to="IMedium::refreshState" />) has
     8346        not yet been performed, or else, associated medium storage is not
     8347        accessible. In the first case, <link to="IMedium::lastAccessError"/>
     8348        is empty, in the second case, it describes the error that occured.
    83378349      </desc>
    83388350    </const>
     
    90919103    <method name="refreshState">
    90929104      <desc>
    9093         If the current medium state (see <link to="MediumState"/>
    9094         and <link to="#state" /> is one of "Created", "Inaccessible"
    9095         or "LockedRead", then this performs an accessibility check on the
    9096         medium and sets the value of the <link to="#state"/> attribute
    9097         accordingly; that value is also returned for convenience.
     9105        If the current medium state (see <link to="MediumState"/>) is one of
     9106        "Created", "Inaccessible" or "LockedRead", then this performs an
     9107        accessibility check on the medium and sets the value of the <link to="#state"/>
     9108        attribute accordingly; that value is also returned for convenience.
    90989109
    90999110        For all other state values, this does not perform a refresh but returns
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