IVersionCol::Refresh

See Also

This method refreshes the cached image of the collection. All unchanged data for items in the collection is flushed from the cache.

HRESULT Refresh(
long iMilliseconds
);

Parameters

iMilliseconds
[in]
All unchanged data relation to the collection that has been in the cache for longer than IMilliseconds milliseconds is refreshed. To refresh all unchanged data, set this value to zero.

Return Value

S_OK

The method completed successfully.

Error
Values

This method failed to complete successfully.

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.