Share via


FSDMGR_DeleteCache

A version of this page is also available for

Windows Embedded CE 6.0 R3

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

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

See Also

Reference

FSD Functions