VirtualBox

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


Ignore:
Timestamp:
Jul 7, 2008 10:33:33 AM (17 years ago)
Author:
vboxsync
Message:

Main: Lock the object before switching on non-const data members.

File:
1 edited

Legend:

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

    r10233 r10305  
    34713471      <desc>
    34723472        Reads a value from the machine's host/guest property store.
     3473
     3474        Reads a value from the machine's host/guest property store.
     3475
     3476        If a session for this virtual machine is currently open then queries the
     3477        session object for the value, since the current values of the property
     3478        store will be held in RAM in the session. Otherwise reads the value from
     3479        machine extra data, where it is stored between sessions.
     3480
     3481        This method will fail if we are currently transitioning between session
     3482        states.
    34733483      </desc>
    34743484      <param name="key" type="wstring" dir="in">
     
    34893499        Sets, changes or deletes a value in the machine's host/guest
    34903500        property store.
     3501
     3502        If a session for this virtual machine is currently open then changes the
     3503        value on the session object, since the current values of the property
     3504        store will be held in RAM in the session. Otherwise changes the value
     3505        in machine extra data, where it is stored between sessions.
     3506
     3507        This method will fail if we are currently transitioning between session
     3508        states.
    34913509      </desc>
    34923510      <param name="key" type="wstring" dir="in">
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