Changeset 10000 in vbox for trunk/src/VBox/Main/ConsoleImpl.cpp
- Timestamp:
- Jun 27, 2008 2:56:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r9883 r10000 2487 2487 } 2488 2488 2489 STDMETHODIMP Console::Get ConfigRegistryValue(INPTR BSTR aKey, BSTR *aValue)2489 STDMETHODIMP Console::GetGuestProperty (INPTR BSTR aKey, BSTR *aValue) 2490 2490 { 2491 2491 if (!VALID_PTR(aValue)) … … 2527 2527 } 2528 2528 2529 STDMETHODIMP Console::Set ConfigRegistryValue(INPTR BSTR aKey, INPTR BSTR aValue)2529 STDMETHODIMP Console::SetGuestProperty (INPTR BSTR aKey, INPTR BSTR aValue) 2530 2530 { 2531 2531 #ifndef VBOX_WITH_INFO_SVC … … 4132 4132 } 4133 4133 # ifdef VBOX_WITH_INFO_SVC 4134 /* Save all guest/host configuration registryentries to the machine XML4134 /* Save all guest/host property store entries to the machine XML 4135 4135 * file as extra data. */ 4136 4136 PCFGMNODE pRegistry = CFGMR3GetChild (CFGMR3GetRoot (mpVM), "Guest/Registry/");
Note:
See TracChangeset
for help on using the changeset viewer.