FSDMGR_DeleteCache (Windows Embedded CE 6.0)

1/6/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

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

FSDMGR Functions
FSD Functions