Method of ISettingsStorage
Copy contents of another storage object
SettingsStorage.Copy(pOtherStorage);
==== Visual Basic Script ====
SettingsStorage.Copy pOtherStorage
==== C++ ====
HRESULT hr = SettingsStorage.Copy(pOtherStorage);
===== See Also ===== ISettingsStorage