The online computer book shop for UK & Europe                                   

   Books Home | About Us | Index | Next Record | Browse

 
  

Tel: 0121 706 6000 

Static Book Details Page - Computer Manuals Website

 Developing Drivers with the Windows Driver Foundation
  

  Developing Drivers with the Windows Driver Foundation by P. Orwick ; G. Smith

  • Published by: MICROSOFT PRESS
  • Author: P. Orwick ; G. Smith
  • Page Count: 896
  • Group: WINDOWS VISTA - PROGRAMMING
  • ISBN: 0735623740/9780735623743
  • Published: Apr 2007

Our Price: 27.87
Discount: 32%
RRP: 40.99 

For Latest Pricing and Availability Click Here
 

The online computer book shop for UK & Europe

Book store with some thing for everyone

Book Information and Description:

Developing Drivers with the Windows Driver Foundation
Start developing robust drivers with expert guidance from the teams who developed Windows Driver Foundation. This comprehensive book gets you up to speed quickly and goes beyond the fundamentals to help you extend your Windows development skills. You get best practices, technical guidance, and extensive code samples to help you master the intricacies of the next-generation driver model - and simplify driver development. Discover how to: *Use the Windows Driver Foundation to develop kernel-mode or user-mode drivers *Create drivers that support Plug and Play and power management - with minimal code *Implement robust I/O handling code *Effectively manage synchronization and concurrency in driver code *Develop user-mode drivers for protocol-based and serial-bus-based devices *Use USB-specific features of the frameworks to quickly develop drivers for USB devices *Design and implement kernel-mode drivers for DMA devices *Evaluate your drivers with source code analysis and static verification tools *Apply best practices to test, debug, and install drivers PLUS - Get driver code samples on the Web

CONTENTS:

Part 1: Getting Started With WDF

Chapter 1: Introduction To WDF

Chapter 2: Windows Driver Fundamentals

Chapter 3: WDF Fundamentals

Part 2: exploring the frameworks

Chapter 4: Overview Of The Driver Frameworks

Chapter 5: WDF Object Model

Chapter 6: Driver Structure And Initialization

Part 3: Applying WDF Fundamentals

Chapter 7: Plug And Play And Power Management

Chapter 8: I/O Flow And Dispatching

Chapter 9: I/O Targets

Chapter 10: Synchronization

Chapter 11: Driver Tracing And Diagnosability

Chapter 12: WDF Support Objects

Chapter 13: UMDF Driver Template

Part 4: Additional Topics for KNDF Drivers

Chapter 14: Beyond The Frameworks

Chapter 15: Scheduling, Thread Context, and IRQL

Chapter 16: Hardware Resources And Interrupts

Chapter 17: Direct Memory Access

Chapter 18: An Introduction To COM

Part 5: Building, Installing, And Testing A WDF Driver

Chapter 19: How To Build WDF Drivers

Chapter 20: How To Install WDF Drivers

Chapter 21: Tools For Testing WDF Drivers

Chapter 22: How to Debug WDF Drivers

Chapter 23: PREfast For Drivers

Chapter 24: Static Driver Verifier