Removes a cache connection created in a prior call to IOleCache::Cache.
HRESULT Uncache(
DWORD dwConnection |
//Cache connection to remove |
); |
Parameter
Return Values
Remarks
The IOleCache::Uncache method removes a cache connection that was created in a prior call to IOleCache::Cache. It uses the dwConnection parameter that was returned by the prior call to IOleCache::Cache.
See Also