From: eagersh on
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
Thank you for your answers, they are very helpfull!!!