Hello,

One little question about the Kernel-Mode Driver
Framework :
"Kernel-mode WDF drivers can run on Windows XP and later operating system
releases." : is Windows XP Embedded included ?

Thanks in advance

Re: KMDF and Windows XP Embedded by Eliyas

Eliyas
Mon Jan 02 11:42:12 CST 2006

Yes, it should run on XP-e. KMDF runtime binaries are viewed as regular NT
drivers by the OS. We haven't tried to use KMDF on XP-e yet, so I don't know
what it takes to include KMDF along with your driver as one of the
selectable features.

--
-Eliyas
This posting is provided "AS IS" with no warranties, and confers no rights.
http://www.microsoft.com/whdc/driver/default.mspx
http://www.microsoft.com/whdc/driver/kernel/KB-drv.mspx



Re: KMDF and Windows XP Embedded by coq

coq
Mon Jan 02 13:38:03 CST 2006

Ok, thanks for the reply :-)