FltRegisterFilter

Hi,

I do have a MiniFilter that works generally, but on a very few customer’s
computers “FltRegisterFilter” fails with 0xc0000034
(STATUS_OBJECT_NAME_NOT_FOUND). I am calling FltRegisterFilter inside my
“DriverEntry” routine.

This happens on XP and Win2k3 (Win2k probably, too). FilterManager is
installed an running.

What might be the cause of this problem?

Thanks
Frank

Hi,

“Instances” reg-entry (Altitude information, etc.) was lacking on these
computers for my driver. So, the problem is solved.

Sorry for disturbing

“frank” schrieb im Newsbeitrag news:xxxxx@ntfsd…
> Hi,
>
> I do have a MiniFilter that works generally, but on a very few customer’s
> computers “FltRegisterFilter” fails with 0xc0000034
> (STATUS_OBJECT_NAME_NOT_FOUND). I am calling FltRegisterFilter inside my
> “DriverEntry” routine.
>
> This happens on XP and Win2k3 (Win2k probably, too). FilterManager is
> installed an running.
>
> What might be the cause of this problem?
>
> Thanks
> Frank
>
>