HI,
I'm a newbie in the world of drivers. I'm developing a file system
filter driver that needs to process all I/O requests sent in by user
mode applications eg; MS Word, Excel etc; I don't want to do any sort
of processing on IRPs generated on behalf of the Windows OS itself
( I'm not sure I'm using the correct words here :) ).
To put it simple, I want to distinguish between IRPs generated on
behalf of the OS processes and those generated on behalf of user mode
applications.
Could anybode tell me the easiest mechanism to achieve this?
Thanks in advance,
Shaji.