Microsoft's new driver model for Windows 98 and Windows 2000 supports Plug and Play, provides power management capabilities, and expands on the driver/minidriver approach. Written by device-driver expert Walter Oney in cooperation with the Windows DDK team, this book provides extensive practical exa
Programming the Microsoft Windows Driver Model
โ Scribed by Walter Oney
- Book ID
- 127436381
- Publisher
- Microsoft Press
- Year
- 2002
- Tongue
- English
- Weight
- 3 MB
- Edition
- 2nd
- Category
- Library
- ISBN-13
- 9780735618039
No coin nor oath required. For personal study only.
โฆ Synopsis
Written for advanced C/C++ programmers, Walter Oney's Programming the Microsoft Windows Driver Model is a technically astute and clearly presented guide to writing custom Windows 2000 device drivers.The author's command of the details of the new Windows Driver Model (WDM) standard is what makes this book such a clear success. (Because the WDM is rich in kernel and system services, the trick is often knowing how to use what's available rather than doing everything yourself.) The author presents a solid overview of the WDM architecture and breaks down the process of writing custom device drivers into manageable pieces, from the basics of loading device drivers to creating and processing I/O request packets. The book is very good at exposing kernel system calls, design principles, and programming techniques (such as managing synchronization and handling errors). There are also "nerd alerts" that point out extremely technical material.This book shows you what you'll need to create WDM drivers that cooperate fully with Windows 2000 (and Windows 98). Features like Plug and Play (PnP), Windows power management, and the new Windows Management Instrumentation (WDM) standard get full attention here. There is plenty of sample code (plus a custom Visual C++ AppWizard that generates skeleton code for a default WDM driver) to get you started. Examples for working with the S5933 PCI chip set (and other simple hardware) let you see WDM drivers in action.The process of writing device drivers certainly has changed from the early days of DOS. But armed with this handy and thorough book, C/C++ programmers can successfully create drivers for custom hardware that take full advantage of all the features of the powerful new WDM standard.
๐ SIMILAR VOLUMES
With the growing popularity of the Windows CE platform, writing small, efficient applications is once again crucial. Doug Boling's Programming Microsoft Windows CE shows experienced Windows C programmers how to write lean-and-mean software for today's hand-held PCs.After a quick introduction, this t
Programming Microsoft Windows CE guides Windows programmers through the unique problems and the new opportunities provided by Windows CE. The book covers all the new Win32R APIs supported by Windows CE as well as workarounds for Win32 APIs not supported. The book also covers programming techniques n
Guide to programming the Windows CE API. Updated for Windows CD .NET 4.2 and the Microsoft .NET Compact Framework. Includes CD-ROM with source code, eMbedded Visual C++ 4.0, and links to SDKs and tools. Previous edition: c2001. Softcover. DLC: Microsoft Windows (Computer file).
Master the features and capabilities of the new Windows Driver Foundation--with guidance straight from the experts. The new Windows Driver Foundation, based on the Windows Driver Kit, simplifies driver development with new models and tools familiar to developers who work with Microsoft Visual Studio