Changeset 10306 in vbox for trunk/src/VBox/Main/MachineImpl.cpp
- Timestamp:
- Jul 7, 2008 11:09:23 AM (16 years ago)
- File:
-
- 1 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 {
Note:
See TracChangeset
for help on using the changeset viewer.