Changeset 11065 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 1, 2008 2:17:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r11041 r11065 4317 4317 /* Save all guest/host property store entries to the machine XML 4318 4318 * file as extra data. */ 4319 PCFGMNODE pRegistry = CFGMR3GetChild (CFGMR3GetRoot (mpVM), "Guest /Registry/");4319 PCFGMNODE pRegistry = CFGMR3GetChild (CFGMR3GetRoot (mpVM), "GuestProps/Values/"); 4320 4320 PCFGMLEAF pValue = CFGMR3GetFirstValue (pRegistry); 4321 4321 vrc = VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.