XLL+ Class Library (6.3)

PersistentHandleCache<T>::SetAutoSave

Sets the value of the AutoSave property.

void SetAutoSave(
   bool bAutoSave
);

Parameters

bAutoSave

If true, then the cache will automatically be restored when the XLL is opened, and saved when the XLL is closed. if false, then the developer is responsible for restoring and saving the cache, by calling the Save and Restore methods.

Requirements

Header: rtdhandles.h

See Also

PersistentHandleCache<T> Class | PersistentHandleCache<T> Methods | GetAutoSave