文档介绍:This document is created with the unregistered version of CHM2PDF Pilot
The Windows 2000 Device Driver Book, A Guide for Programmers, Second
Edition
Art Baker Jerry Lozano Publisher: Prentice Hall PTR Second Edition November 20, 2000
ISBN: 0-13-020431-5, 480 pages
The #1 Windows device driver book - fully updated for Windows 2000!
Table of Contents
About the Authors Step-by-step planning, implementation, testing, debugging, installation, and
distribution
Complete coverage of the new Windows Driver Model (WDM)
Practical debugging and interactive troubleshooting
CD-ROM: Exclusive tools for streamlining driver development, plus extensive C/C++
sample driver library!
Windows Driver Model (WDM) for Windows 2000 and 98 - in depth!
Building drivers that support Plug-and-Play and Power Management
Windows Management Instrumentation: logging device errors and events - and
interpreting them
Constructing safe reentrant driver code
Handling time-out conditions safely and effectively
Advanced techniques: kernel-mode threads, layered drivers, and more
Start-to-finish debugging and troubleshooting techniques
Foreword by Andrew Scoppa, UCI Corporation
The #1 book on Windows driver development - totally updated for Windows 2000!
With The Windows 2000 Device Driver Book, any experienced Windows programmer can
master driver development start to finish: planning, implementation, testing, debugging,
installation, and distribution. Totally updated to reflect Microsoft’s Windows Driver
Model (WDM) for Windows 2000 and 98, this programming bestseller covers everything from
architecture to tools, and includes a powerhouse library of exclusive tools and code for
streamlining any driver development project.
You’ll start with a high-level overview of ponents and then move quickly
into the details of the development environment and driver installation. Next, master the
Wi