Site icon EfmSoft

What does NTSTATUS 294 (STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY) mean?

 
Could be also:
ConstantTypeOS
NETIO_INVALID_POOL_CALLERBugCheck CodeWindows
Previous Next
STATUS_VOLSNAP_HIBERNATE_READY STATUS_INTERRUPT_VECTOR_ALREADY_CONNECTED

STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY

The FsFilter callback supplied the final successful result

FsFilter callbacks participate in selected file-system operations before or after the underlying file system. This success status communicates that the callback path itself completed the operation. It is more specific than generic success because it controls whether normal downstream processing should continue.

A filter returning it must have produced all required output and maintained file-object, resource, and callback-data invariants. Returning it merely to suppress a lower call can skip work the file system expected, while continuing the operation after this result can execute the same action twice.

What to inspect

References


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

Exit mobile version