XLL+ Class Library (6.3)

PersistentHandleCache<T>::SetMaxSavedItemCount

Sets the value of the MaxSavedItemCount property.

void SetMaxSavedItemCount(
   long lMaxSavedItemCount
);

Parameters

lMaxSavedItemCount

The maximum number of objects that will ever be saved to the persistent storage. If the value is 0 or negative, then the file will be of unlimited size.

Requirements

Header: rtdhandles.h

See Also

PersistentHandleCache<T> Class | PersistentHandleCache<T> Methods | GetMaxSavedItemCount