Hi all,
I have a FSFD that copy a file using ZwReadFile and ZwWriteFile.
Here are what my driver work.
- It trapped IRP_MJ_WRITE to file ‘A’.
- Create a new file ‘A1’.
- Reopen file ‘A’ and copy to ‘A1’.
These work well under w2k, but 0xC0000054 occurred during ZwReadFile under
XP.
I can open file ‘A’ and can get filesize of ‘A’ also.
I don’t know what’re wrong on my driver.
Thanks,
eddie
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