I need to:
1. Monitor operations on certain drives/paths
2. Prevent read and/or write operations on certain drives/paths
For example:
C://Users
D:
Can this be done using Windows Filesystem Minifilter Drivers
?
I am mostly interested in step 2. In other words can a minifilter cancel a IRP ?