scripting:api:settings-storage:read

read

Method of ISettingsStorage

Reads object from storage

var pVar = SettingsStorage.read(strValueName);

==== Visual Basic Script ====

pVar = SettingsStorage.read strValueName

==== C++ ====

VARIANT Var;
HRESULT hr = SettingsStorage.read(strValueName, &Var);

===== See Also ===== ISettingsStorage