Site icon EfmSoft

What does HRESULT 0x801F0018 (ERROR_FLT_NAME_CACHE_MISS) mean?

 
Previous Next
ERROR_FLT_INVALID_CONTEXT_REGISTRATION ERROR_FLT_NO_DEVICE_OBJECT

ERROR_FLT_NAME_CACHE_MISS

A cache result, not proof that the file has no name

ERROR_FLT_NAME_CACHE_MISS is returned by Filter Manager name-query routines when the requested information is not in the name cache and the selected query policy cannot obtain it from the filesystem. The common case is FLT_FILE_NAME_QUERY_CACHE_ONLY. It can also occur with FLT_FILE_NAME_QUERY_ALWAYS_ALLOW_CACHE_LOOKUP when the cache misses and the current I/O context is not safe for a filesystem query.

This differs from ERROR_FLT_INVALID_NAME_REQUEST. A cache miss describes the result of a selected lookup strategy; an invalid request says the requested name cannot be obtained safely at that point. The same file can produce a cache miss now and a successful full query later when the callback context is safe.

What to check

References


Looking for a different code? Search another status or error code.

Exit mobile version