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