Hello!
I’m a beginner at developing FS filter drivers and I have a problem. My task
is to write a filter driver which would intercept write requests to a
specified directory and return status successful even if write didn’t
succeed (when writing to a protected folder or cd-rom for instance). I tried
to do this by modifing filemon example. I set up a hook completition routine
and change IoStatus.Status to successful on IRP_MJ_WRITE, IRP_MJ_CREATE and
IRP_MJ_SET_INFORMATION requests. However, this does not work. When I try to
copy a file to cd-rom in command prompt, I get “invalid function” error.
What am I doing wrong?
Thanks in advance,
Saso Koren
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com