Copy

Method of ISettingsStorage

Description

Copy contents of another storage object

Parameters

Syntax

JavaScript

SettingsStorage.Copy(pOtherStorage);

Visual Basic Script

SettingsStorage.Copy pOtherStorage

C++

HRESULT hr = SettingsStorage.Copy(pOtherStorage);

See Also

ISettingsStorage