1 / 157
文档名称:

The Windows 2000 Device Driver Book, A Guide for Programmers (2nd Second Edition) (Baker, Lozano).pdf

格式:pdf   页数:157
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

The Windows 2000 Device Driver Book, A Guide for Programmers (2nd Second Edition) (Baker, Lozano).pdf

上传人:kuo08091 2014/9/18 文件大小:0 KB

下载得到文件列表

The Windows 2000 Device Driver Book, A Guide for Programmers (2nd Second Edition) (Baker, Lozano).pdf

文档介绍

文档介绍: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