- same driver installed as filter driver to more than one class
- Posted by John on January 20th, 2005
Hi,
I have a WDM filter driver (say busguard.sys). I installed this driver
as upper filter driver to the following classes
1. PCMCIA Adapters
2. IDE ATA/ATAPI controllers
Is there any problem in installing same driver as filter to more than
one classes. How many times my driver will be loaded to memory.
John
- Posted by Doron Holan [MS] on January 20th, 2005
your driver image will be loaded once. your AddDevice routine will be
loaded for every instance of a device in each of the classes. there is
usually no problem doing this, but if there are different rules for each
class, you must account for them in the driver in the same code base.
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"John" <johnav@gmail.com> wrote in message
news:1106197911.631107.203830@z14g2000cwz.googlegr oups.com...
- Filter driver to USB Mass Storage Class (usbstor.sys) (Drivers) by John
- Class filter driver in 98/ME (Drivers) by Alexander Bessonov
- How to find the target device for a class filter driver (Drivers) by the veloper
- how to dump srb->DataBuffer in lower class filter driver! (Drivers) by sd
- Class Filter Driver & Device Filter Driver (Drivers) by Megasus

