Site icon EfmSoft

What does NTSTATUS 0xC01C000D (STATUS_FLT_DUPLICATE_ENTRY) mean?

 
Previous Next
STATUS_FLT_MUST_BE_NONPAGED_POOL STATUS_FLT_CBDQ_DISABLED

STATUS_FLT_DUPLICATE_ENTRY

STATUS_FLT_DUPLICATE_ENTRY is normally discovered during filter registration. The operation-registration table contains more than one handler definition for an operation that Filter Manager expects to have one registration entry.

Review the generated or hand-written FLT_OPERATION_REGISTRATION table, including conditional compilation. The intended major function should appear once with its pre-operation and optional post-operation callbacks, followed by the required table terminator. Do not rely on table order to choose between duplicates; the configuration is invalid before I/O dispatch begins.

Common sources

Writing callback routines | Filter Manager concepts | Minifilter samples


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

Exit mobile version