FSDMGR_InvalidateCache (Compact 2013)

3/26/2014

This function invalidates the cached sectors in a sector list. Sectors that are invalidated are not committed to disk first, even if they have changed.

It is called by File System Disk Manager for disk cache.

Syntax

DWORD  FSDMGR_InvalidateCache(
    DWORD dwCacheId,
    PSECTOR_LIST_ENTRY pSectorList,
    DWORD dwNumEntries,
    DWORD dwFlags
);

Parameters

  • pSectorList
    [out] Pointer to a sector list describing ranges of sectors to invalidate.
  • dwNumEntries
    [in] Number of entries in the sector list.
  • dwFlags
    Not used.

Return Value

ERROR_SUCCESS indicates success. A Windows error code indicates failure.

Requirements

Header

fsdmgr.h

Library

Fsdmgr.lib

See Also

Reference

FSDMGR Functions
FSD Functions
Disk Cache Manager Functions