Share via


DeleteCache (Windows Embedded CE 6.0)

1/6/2010

This function deletes a cache. This frees all memory allocated to the cache.

Syntax

DWORD DeleteCache(
  DWORD dwCacheId 
); 

Parameters

  • dwCacheId
    [in] Cache ID value returned by the 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

See Also

Reference

Disk Cache Manager Functions