How to dynamically install/uninstall filter driver

Hello All:

There is a utility in NTDDK: USBVerify, but it doesn’t provide source
code.

Does anybody know how USBVerify implements to dynamically install/uninstall
its filter driver for each device. Or, does anyone know where to get the
source code of USBVerify from other resources except NTDDK.

Thanks in advance for your help!

Regards,
Shunnian


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

There is no magic. It stops the device, adds the UpperFilters registry
value to the devnode registry (using SetupDiSetDeviceRegistryProperty)
and restarts the device.

-Eliyas

-----Original Message-----
From: xxxxx@adaptec.com [mailto:xxxxx@adaptec.com]
Sent: Thursday, June 28, 2001 10:24 PM
To: NT Developers Interest List
Subject: [ntdev] How to dynamically install/uninstall filter driver

Hello All:

There is a utility in NTDDK: USBVerify, but it doesn’t provide source
code.

Does anybody know how USBVerify implements to dynamically
install/uninstall
its filter driver for each device. Or, does anyone know where to get the

source code of USBVerify from other resources except NTDDK.

Thanks in advance for your help!

Regards,
Shunnian


You are currently subscribed to ntdev as: xxxxx@microsoft.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com