Re: WDM or WDK
- From: "Don Burn" <burn@xxxxxxxxxxxxxxxx>
- Date: Tue, 15 Aug 2006 16:43:25 -0400
<r_konjeti@xxxxxxxxxxxx> wrote in message
WDM is for driver model before windows 2000. Since you need driver for
2k and above, you can go kernel mode driver. For this, change in
'Sources' file to TARGETTYPE=DRIVER. WDM driver is different kernel
mode driver for pnp and power management. If you are starting new
driver, you can use WDF library, but not available in DDK 3790. It is
still in beta.
WDM is the driver model for Windows 2000 and above (and also Windows 98/ME
but who cares). It is not for Windows NT. KMDF is part of WDF and is not
in beta, in fact it is in its second release, with a beta of the third.
--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
http://www.windrvr.com
Remove StopSpam from the email to reply
.
- References:
- WDM or WDK
- From: Control Freq
- Re: WDM or WDK
- From: r_konjeti
- WDM or WDK
- Prev by Date: Re: WDM or WDK
- Next by Date: Re: Loading winusb.sys in Window XP
- Previous by thread: Re: WDM or WDK
- Next by thread: Re: WDM or WDK
- Index(es):
Relevant Pages
|