IASMemorySlider::put_StoreUsed

This method sets the amount of the object store currently being used.

Syntax

HRESULT put_StoreUsed( long lStoreUsed );

Parameters

lStoreUsed
Long integer that contains the amount of RAM currently in use.

Return Values

NOERROR indicates success. E_OUTOFMEMORY indicates that the system is out of memory.

Remarks

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.

See Also

GetStoreInformation, STORE_INFORMATION