Share via


FSDMGR_DeleteCache (Compact 2013)

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

Return Value

ERROR_SUCCESS indicates success. ERROR_INVALID_PARAMETER indicates an invalid cache ID.

Requirements

Header

fsdmgr.h

Library

Fsdmgr.lib

See Also

Reference

FSDMGR Functions
FSD Functions