Chapter 7. Driver Dispatch Routines

< BACK  NEXT >
[oR]

Chapter 7. Driver Dispatch Routines

CHAPTER OBJECTIVES

  • Announcing Driver Dispatch Routines

  • Writing Driver Dispatch Routines

  • Processing Read and Write Requests

  • Code Example: A Loopback Device

  • Extending the Dispatch Interface

  • Testing Driver Dispatch Routines

  • Summary

Getting a driver to load is the first step, but ultimately the job of a driver is to respond to I/O requests from user-mode applications or from other parts of the system. Windows 2000 drivers process these requests by implementing Dispatch routines. The I/O Manager in response to a request calls these routines. This chapter describes the basic Dispatch routines and explains the overall process of handling I/O requests.

< BACK  NEXT >


The Windows 2000 Device Driver Book(c) A Guide for Programmers
The Windows 2000 Device Driver Book: A Guide for Programmers (2nd Edition)
ISBN: 0130204315
EAN: 2147483647
Year: 2000
Pages: 156

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net