Hi All,
I am studying the scanner sample driver. Scanner
sample reads the file in kernel mode. But I want
to scan the file in usermode. For that I have
written driver that notifies usermode component
whenever file is accessed(Opened). And then usermode
component scans the file.
Now if I notify file open from post create I am not
able to scan the file which are opened without Shared
read. Please guide me how to achieve it?
Thanks & Regards,
Amrapali.