Book description
The First Authoritative Guide to Writing Robust, High-Performance Windows 7 Device Drivers
Windows 7 Device Driver brings together all the information experienced programmers need to build exceptionally reliable, high-performance Windows 7 drivers. Internationally renowned driver development expert Ronald D. Reeves shows how to make the most of Microsoft’s powerful new tools and models; save time and money; and efficiently deliver stable, robust drivers.
Drawing on his unsurpassed experience as both a driver developer and instructor, Reeves demystifies Kernel and User Mode Driver development, Windows Driver Foundation (WDF) architecture, driver debugging, and many other key topics. Throughout, he provides best practices for all facets of the driver development process, illuminating his insights with proven sample code.
Learn how to
Use WDF to reduce development time, improve system stability, and enhance serviceability
Take full advantage of both the User Mode Driver Framework (UMDF) and the Kernel Mode Driver Framework (KMDF)
Implement best practices for designing, developing, and debugging both User Mode and Kernel Mode Drivers
Manage I/O requests and queues, self-managed I/O, synchronization, locks, plug-and-play, power management, device enumeration, and more
Develop UMDF drivers with COM
Secure Kernel Mode Drivers with safe defaults, parameter validation, counted UNICODE strings, and safe device naming techniques
Program and troubleshoot WMI support in Kernel Mode Drivers
Utilize advanced multiple I/O queuing techniques
Whether you’re creating Windows 7 drivers for laboratory equipment, communications hardware, or any other device or technology, this book will help you build production code more quickly, get to market sooner, and start earning money faster!
Table of contents
- Title Page
- Copyright Page
- Contents
- Preface
- About the Author
- Introduction
- Part I. Device Driver Architecture Overview
- Part II. User Mode Drivers
-
Part III. Kernel Mode Drivers
- Chapter 6. Windows 7 Kernel Mode Drivers Overview and Operations
- Chapter 7. Plug and Play and Power Management
- Chapter 8. Kernel Mode Installation and Build
- Chapter 9. Programming Drivers for the Kernel Mode Driver Framework
- Chapter 10. Programming Plug and Play and Power Management
- Chapter 11. Programming WMI Support
- Chapter 12. Programming KMDF Hardware Driver
- Chapter 13. Programming Multiple I/O Queues and Programming I/O
- Appendix. Driver Information Web Sites
- Bibliography
- Index
Product information
- Title: Windows 7 Device Driver
- Author(s):
- Release date: November 2010
- Publisher(s): Addison-Wesley Professional
- ISBN: 9780321670540
You might also like
book
Imperfect C++ Practical Solutions for Real-Life Programming
Imperfect C++ C++, although a marvelous language, isn't perfect. Matthew Wilson has been working with it …
book
Modern Software Engineering: Doing What Works to Build Better Software Faster
Improve Your Creativity, Effectiveness, and Ultimately, Your Code In Modern Software Engineering, continuous delivery pioneer David …
book
Radar Trends to Watch: August 2023
Read about the latest developments on O'Reilly Media's Radar.
book
Designing Data-Intensive Applications
Data is at the center of many challenges in system design today. Difficult issues need to …