Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Storage ====== Method of [[:scripting:api:application:start|IApplication]] ===== Description ===== Creates initial storage object ===== Parameters ===== ==== Return Value ==== * [[:scripting:api:settings-storage:start|ISettingsStorage]] **ppStorage** ===== Syntax ===== ==== JavaScript ==== <code javascript> var ppStorage = Application.Storage(); </code>==== Visual Basic Script ==== <code vb> ppStorage = Application.Storage </code>==== C++ ==== <code cpp> CComPtr<ISettingsStorage> pStorage; HRESULT hr = Application.Storage(&pStorage); </code>===== See Also ===== [[:scripting:api:application:start|IApplication]] ~~NOTOC~~