Site icon EfmSoft

What does HRESULT 0x801F000F (ERROR_FLT_DO_NOT_ATTACH) mean?

 
Previous Next
ERROR_FLT_CBDQ_DISABLED ERROR_FLT_DO_NOT_DETACH

ERROR_FLT_DO_NOT_ATTACH

An explicit per-volume policy decision

ERROR_FLT_DO_NOT_ATTACH is commonly a deliberate return value from a minifilter's InstanceSetupCallback. Filter Manager calls that callback when it considers automatic or manual attachment. Returning this status prevents creation of the instance on the selected volume; it does not say that the minifilter binary failed to load.

The callback receives the volume device type, filesystem type, and flags describing why attachment is being attempted. A filter can use those inputs to exclude unsupported filesystems, removable media, network filesystems, developer volumes, or any scope that its own policy intentionally leaves unfiltered.

What to check

References


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

Exit mobile version