From: eagersh on 10 Feb 2010 11:23 On Feb 10, 3:04 am, mpefareo <mpefa...(a)discussions.microsoft.com> wrote: > 4. Is there anything in WDK to use WDM by anything I mean docs sample files > and so on? The latest WDK contains a good sample of PCI express DMA transfer, which you could use. The sample is located under \src\general\PLX9X5 and was written by using WDF. The earliest versions of WDK, I don't remember which one, have the same sample written on WDM. In general, WDF is good stuff and you should use it as much as possible. Before doing design you should check if WDF supports a particular Windows kernel technology which you want to use. But for each next version of WDK, WDF supports more type of drivers than in previous one. Igor Sharovar
From: mpefareo on 11 Feb 2010 10:45 Thank you for your answers, they are very helpfull!!!
First
|
Prev
|
Pages: 1 2 Prev: Trouble using Static Driver Verifier Next: BSOD memory.dmp deleted by Windows 7 |