How can I get a Volume filter driver sample?

Hello,

In my design, I need to filter some operation on any exsit volume not disk. But I am family with volume filter drver. Please give me a volume filter driver sample or some advice on how to write a volume filter driver.

Thanks very much. My email address: xxxxx@yahoo.com.cn

Start with WinDDK\6000\src\kmdf\toaster\filter and modify that simple KMDF
filter driver so that it is installed as a volume filter and does whatever
it is that you want to do.

Most likely nobody here is going to email you a completed volume filter
driver.

On 10/31/07, xxxxx@yahoo.com.cn wrote:
>
> Hello,
>
> In my design, I need to filter some operation on any exsit volume not
> disk. But I am family with volume filter drver. Please give me a volume
> filter driver sample or some advice on how to write a volume filter driver.
>
> Thanks very much. My email address: xxxxx@yahoo.com.cn
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>


Mark Roddy