Hello,

i want to install a very simple filter driver. Is it sufficient to
add start and binary entries under the
HKLM\SYSTEM\CurrentControlSet\Services Tree.

If so, how do the IO Manager or PNP Manager knowns when to load my
driver and when to call my DriverExntry Function.

Thanks
Torben K.

Re: Installing simple filterdriver by Don

Don
Sat May 20 13:30:47 CDT 2006

No you are going to need to add for an upperfilter or lowerfilter entry to
either the device or the class. Look for "Installing a Filter Driver" in
the DDK documentation.


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



"Torben K." <torben.krause@gmx.de> wrote in message
news:tqju62plv707vjkm0l11h0o263sdsh2b8u@4ax.com...
> Hello,
>
> i want to install a very simple filter driver. Is it sufficient to
> add start and binary entries under the
> HKLM\SYSTEM\CurrentControlSet\Services Tree.
>
> If so, how do the IO Manager or PNP Manager knowns when to load my
> driver and when to call my DriverExntry Function.
>
> Thanks
> Torben K.
>



Re: Installing simple filterdriver by Maxim

Maxim
Sat May 20 19:30:19 CDT 2006

For FltMgr's FS filters too?

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com

"Don Burn" <burn@stopspam.acm.org> wrote in message
news:%234ZpTuDfGHA.3364@TK2MSFTNGP05.phx.gbl...
> No you are going to need to add for an upperfilter or lowerfilter entry to
> either the device or the class. Look for "Installing a Filter Driver" in
> the DDK documentation.
>
>
> --
> Don Burn (MVP, Windows DDK)
> Windows 2k/XP/2k3 Filesystem and Driver Consulting
> http://www.windrvr.com
> Remove StopSpam from the email to reply
>
>
>
> "Torben K." <torben.krause@gmx.de> wrote in message
> news:tqju62plv707vjkm0l11h0o263sdsh2b8u@4ax.com...
> > Hello,
> >
> > i want to install a very simple filter driver. Is it sufficient to
> > add start and binary entries under the
> > HKLM\SYSTEM\CurrentControlSet\Services Tree.
> >
> > If so, how do the IO Manager or PNP Manager knowns when to load my
> > driver and when to call my DriverExntry Function.
> >
> > Thanks
> > Torben K.
> >
>
>


Re: Installing simple filterdriver by Maxim

Maxim
Sat May 20 19:39:41 CDT 2006

> i want to install a very simple filter driver. Is it sufficient to
> add start and binary entries under the

What kinds of devices do you want to filter?

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com