scripting:api:settings-storage:copy

Copy

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