DeleteCache (Windows CE 5.0)

Send Feedback

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

DWORDDeleteCache(DWORDdwCacheId);

Parameters

  • dwCacheId
    [in] Cache ID value returned by CreateCache.

Return Values

Returns ERROR_SUCCESS on success.

Returns ERROR_INVALID_PARAMETER on an invalid cache ID.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Fsdmgr.h.
Link Library: Fsdmgr.lib.

See Also

Cache Manager Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.