From: uba on 29 Jan 2010 06:21 Hello, I have vendor provided USBSTOR lower filter. I wanted to add my filter driver below the USBSTOR lower filter. I actually want to filter the requests further. I'm not sure if this is possible to have two filters one below the other, but I just wanted to check on this. Thanks nd Regards, uba
From: Don Burn on 29 Jan 2010 08:15 You can have as many filters as needed in a given location. You cannot guarantee that your filter is immediately below another filter because some other filter may get there first. -- Don Burn (MVP, Windows DKD) Windows Filesystem and Driver Consulting Website: http://www.windrvr.com Blog: http://msmvps.com/blogs/WinDrvr Remove StopSpam to reply "uba" <kid07.uba(a)gmail.com> wrote in message news:d3f3670e-ffa0-4fef-86f6-be7c061281c0(a)m35g2000prh.googlegroups.com... > Hello, > > I have vendor provided USBSTOR lower filter. I wanted to add my filter > driver below the USBSTOR lower filter. I > actually want to filter the requests further. > > I'm not sure if this is possible to have two filters one below the > other, but I just wanted to check on this. > > Thanks nd Regards, > uba > > __________ Information from ESET NOD32 Antivirus, version of virus > signature database 4817 (20100129) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > __________ Information from ESET NOD32 Antivirus, version of virus signature database 4817 (20100129) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com
From: uba on 29 Jan 2010 08:58 > You can have as many filters as needed in a given location. You cannot > guarantee that your filter is immediately below another filter because some > other filter may get there first. > Is there any way I can ensure that my filter driver sits below USBSTOR filter driver. Also, I cannot add "LowerFilters" entry into registry as this entry already exists with other driver. How can I add my filter driver in registry. Thanks nd Regards, kid
From: Maxim S. Shatskih on 29 Jan 2010 13:21 > I'm not sure if this is possible to have two filters one below the > other Possible. -- Maxim S. Shatskih Windows DDK MVP maxim(a)storagecraft.com http://www.storagecraft.com
From: Maxim S. Shatskih on 29 Jan 2010 13:22
>Also, I cannot add "LowerFilters" entry into registry as this entry >already exists with other driver. This is a multi-sz, add your driver name as second string. -- Maxim S. Shatskih Windows DDK MVP maxim(a)storagecraft.com http://www.storagecraft.com |