DeleteCache (Windows CE 5.0)
This function deletes a cache. This frees all memory allocated to the cache.
DWORDDeleteCache(DWORDdwCacheId);
Parameters
- dwCacheId
[in] Cache ID value returned by CreateCache.
Return Values
Returns ERROR_SUCCESS on success.
Returns ERROR_INVALID_PARAMETER on an invalid cache ID.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Fsdmgr.h.
Link Library: Fsdmgr.lib.
See Also
Send Feedback on this topic to the authors