Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function invalidates the cached sectors in a sector list.
Sectors that are invalidated are not committed to disk first, even if they are dirty.
DWORDInvalidateCache(DWORDdwCacheId, PSECTOR_LIST_ENTRYpSectorList,DWORD dwNumEntries,DWORD dwFlags);
Parameters
- dwCacheId
[in] Cache ID value returned by CreateCache. - pSectorList
[in] Pointer to a sector list describing ranges of sectors to invalidate. - dwNumEntries
[in] Number of entries in the sector list. - dwFlags
Not used.
Return Values
Returns ERROR_SUCCESS on success.
Returns a Microsoft Win32 error code on failure.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Fsdmgr.h.
Link Library: Fsdmgr.lib.
See Also
Send Feedback on this topic to the authors