Changeset 10305 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jul 7, 2008 10:33:33 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r10233 r10305 3471 3471 <desc> 3472 3472 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. 3473 3483 </desc> 3474 3484 <param name="key" type="wstring" dir="in"> … … 3489 3499 Sets, changes or deletes a value in the machine's host/guest 3490 3500 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. 3491 3509 </desc> 3492 3510 <param name="key" type="wstring" dir="in">
Note:
See TracChangeset
for help on using the changeset viewer.