Site icon EfmSoft

What does HRESULT 0x801F0015 (ERROR_FLT_INSTANCE_NOT_FOUND) mean?

 
Previous Next
ERROR_FLT_VOLUME_NOT_FOUND ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND

ERROR_FLT_INSTANCE_NOT_FOUND

An instance is more specific than a filter

ERROR_FLT_INSTANCE_NOT_FOUND means that Filter Manager could not locate an attached instance matching the requested filter, volume, and optional instance name. A registered filter can exist without an instance on a particular volume, and a filter can have multiple instances. This is why a successful filter lookup does not prove that a later instance lookup or detach operation will succeed.

FltGetVolumeInstanceFromName searches the attached instances on the specified volume from higher to lower altitude. If no instance name is supplied, it returns the highest matching instance. That selection rule is important when an administrative tool assumes that a default instance is the only one.

What to check

References


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

Exit mobile version