Changeset 10306 in vbox for trunk/src/VBox
- Timestamp:
- Jul 7, 2008 11:09:23 AM (17 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r10305 r10306 2745 2745 } 2746 2746 2747 /**2748 * Write a value to the host/guest property store. If a session is2749 * currently open for the guest then query the session object for the value,2750 * since the current values of the property store will be held in RAM in the2751 * session. Otherwise read the value from machine extra data, where it is2752 * stored between sessions. Returns E_FAIL if we are currently transitioning2753 * between states.2754 */2755 2747 STDMETHODIMP Machine::SetGuestProperty (INPTR BSTR aKey, INPTR BSTR aValue) 2756 2748 { -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r10305 r10306 3472 3472 Reads a value from the machine's host/guest property store. 3473 3473 3474 Reads a value from the machine's host/guest property store.3475 3476 3474 If a session for this virtual machine is currently open then queries the 3477 3475 session object for the value, since the current values of the property
Note:
See TracChangeset
for help on using the changeset viewer.