Sfilter? minifilter? or Filespy

I am a fresh man for windows file system filter driver. I want to find a sample for develop. Which one will be better. I want to support network share director filter.

Take a look at the discussion called “Proper terminology & type of filter
driver to use…” it should give you a lot of the info. Tell us what a
“network share director” does in your view and we can probably give
additional suggestions.


Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply

wrote in message news:xxxxx@ntfsd…
>I am a fresh man for windows file system filter driver. I want to find a
>sample for develop. Which one will be better. I want to support network
>share director filter.
>

Don Burn:
Thanks. The netwrok share director I memtioned is the newrok share which use smbfs or cifs. My goal is filte the data read/write from/to the share server on a client. I know such network file system called netwrok redirector driver. But I do not know how to fetch the volum device object of a network redirctor driver and attach my device object the its device stack.