Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What are WDM drivers?

Status
Not open for further replies.

dakota81

Technical User
May 15, 2001
1,691
US
Some of my hardware components have two different available drivers to download from the internet, a regular driver, then a WDM driver. What does that mean, WDM? Should I be using one or another in certain hardware configurations? I'm running Win98SE.
 
Stands for Windows Driver Model, more info than you will ever want from it may help to answer your question, but it is a bit technical. As I understand it, it is something Microsoft has developed to make driver writing easier, by adding standard bits to Windows that can be augmented by driver writers, with code for their specific hardware.

Whether this is better than a specifically written driver depends on the capabilities of the programmers. I would think a good programmer should produce a better driver specifically written for a piece of hardware. But what do I know, I'm no driver programmer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top