Changeset 39647 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Dec 16, 2011 11:23:08 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75447
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r39643 r39647 7217 7217 7218 7218 Bstr value; 7219 HRESULT hrc = mMachine->GetExtraData(BstrFmt("VBoxInternal /SharedFoldersEnableSymlinksCreate/%s",7219 HRESULT hrc = mMachine->GetExtraData(BstrFmt("VBoxInternal2/SharedFoldersEnableSymlinksCreate/%s", 7220 7220 strName.c_str()).raw(), 7221 7221 value.asOutParam());
Note:
See TracChangeset
for help on using the changeset viewer.