This method sets the amount of the object store currently being used.
HRESULT put_StoreUsed( long lStoreUsed );
NOERROR indicates success. E_OUTOFMEMORY indicates that the system is out of memory.
To determine the amount of the object store currently being used, call the GetStoreInformation function to retrieve a STORE_INFORMATION structure. You can then use the put_StoreUsed method to set the value displayed by the memory slider to value obtained from the STORE_INFORMATION structure.
GetStoreInformation, STORE_INFORMATION