I must be develop a USB Filter Driver.
But, I have no idea about this programming.
If you known this programming, let me know.
Website about develop the USB Filter Driver ?
or Open source code?
thank you.
sorry my English is bad.
my DDK Installation contains a bunch of USB Example
User and Kernel-Land Examples. Its found here on my
System: C:\Programme\WINDDK\6000\src\usb
You have to look into your DDKs Install Directory
under *\src\usb\*
Regards
Kerem
--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Latest Project: http://www.codeplex.com/restarts
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."
I have WinDDK 6000. but This ddk except src\usb\filter source code.
because I does install WinDDK 2600. and This DDK have src\wdm\usb\filter
source code.
but I want to some thing like detail explanation document about USB Filter
Driver.
:-)
Regards
--
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.
"Zec" <Z...@discussions.microsoft.com> wrote in message
news:E867A731-C6CE-42CD...@microsoft.com...
Do not use the 2600 DDK. It's way too old.
>but I want to some thing like detail explanation document about USB Filter
>Driver.
There is no such thing. The sample shows you how to start, and there are
good comments in the code. You MUST understand the device you want to
filter, and what you hope to watch or change. Once you know that, it
shouldn't be hard to modify the sample.
By the way, it is MUCH MUCH easier to create a filter driver with KMDF,
instead of doing it all in WDM.
--
Tim Roberts, ti...@probo.com
Providenza & Boekelheide, Inc.