Re: Windows Driver Foundation

Posted: 05-04-2005, 05:59 PM
WDF has some great things going for it. The kernel mode version has can
eliminate all the nasty power code and the PNP state machine from your
driver. I know of no one who gets power correct so this in itself is a
major improvement. There is a user mode version that will allow some device
drivers to be moved out of the kernel.

Now the downside is that the stuff still has a lot of "To Be Supplied" in
the doc's, and some interfaces were changing recently. It will be very good
and if you are doing a prototype driver you should be looking at this. If
this is production code, you need to evaluate whether it works for you at
this time. I am not sure you can ship a WDF driver yet.


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



"Bitter Root" <warrensNoSpam@actctom.net.il> wrote in message
news:newscache$xj5zfi$x13$1@news.actcom.co.il...
>I have not tried this. Is it good? Better? Worse? Too new to tell?
>
> What gives?
>
> See http://www.microsoft.com/whdc/driver/wdf/wdf-arch.mspx

Reply With Quote

Responses to "Re: Windows Driver Foundation"

 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
foundation error Svein Ingebrigtsen Windows Vista Install & Setup 0 03-06-2006 11:23 AM
Lower Filter Driver to USB Composite Driver in Windows XP. Ramkumar C Windows XP Device Drivers 0 10-15-2003 06:17 AM
USB Driver for Windows XP Jamie Windows XP Device Drivers 0 08-29-2003 05:13 AM
driver upgrade from windows me to windows xp J.Gilchrist Windows XP Printers / Scanners / Fax 1 07-27-2003 07:05 PM
Need help getting a Windows Xp driver Cari \(MS-MVP\) Windows XP Printers / Scanners / Fax 0 07-17-2003 05:52 PM