scripting:api:application:storage

No renderer 'pdf' found for mode 'pdf'

Storage

Method of IApplication

Creates initial storage object

var ppStorage = Application.Storage();
ppStorage = Application.Storage
CComPtr<ISettingsStorage> pStorage;
HRESULT hr = Application.Storage(&pStorage);