FSDMGR_DeleteCache
A version of this page is also available for
4/8/2010
This function deletes the cache. This frees all memory allocated to the cache. It is called by File System Disk Manager (FSDMGR) for disk cache.
Syntax
DWORD FSDMGR_DeleteCache(
DWORD dwCacheId
);
Parameters
- dwCacheId
[in] Cache ID value returned by the FSDMGR_CreateCache function.
Return Value
ERROR_SUCCESS indicates success. ERROR_INVALID_PARAMETER indicates an invalid cache ID.
Requirements
Header | fsdmgr.h |
Library | Fsdmgr.lib |
Windows Embedded CE | Windows CE 5.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |