Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
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 |