Hi,

I am a newbie in this area. Would someone tell me what is the difference
between FS filter and mini-filter driver?

Thanks.

Re: Difference of FS filter and mini-filter driver by Don

Don
Wed Nov 15 07:20:18 CST 2006

A mini-filter is a file system filter, the older form is known as a legacy
filter. The mini-filter model is a cleaner simpler set of calls for
developing a file system filter. Toe of the biggest items the mini-filter
model provides are ways to avoid the chellenges of recursion when calling
the file system, and support for a developer specified contest area for
most of the major constructs of a file system. The mini-filter is
supported on Windows 2000 SP4 with security rollup, Windows XP SP2, Windows
Server 2003 SP1 and Vista. There are rumors that Microsoft will require
mini-filters in the future.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
http://www.windrvr.com
Remove StopSpam from the email to reply


"Dev" <Dev@discussions.microsoft.com> wrote in message
news:D48AA4AE-6E58-47CB-9A73-6659CF43FA3A@microsoft.com...
> Hi,
>
> I am a newbie in this area. Would someone tell me what is the difference
> between FS filter and mini-filter driver?
>
> Thanks.