The Windows 2000 Device Driver Book: A Guide for Programmers (2nd Edition)
Chapter 4. Drivers and Kernel-Mode Objects
CHAPTER OBJECTIVES
Data structures are the lifeblood of most operating systems as well as most complicated applications, and Windows 2000 is no exception. Windows 2000 is different from most operating systems because it uses a taste of object technology to manage its data structures. This chapter examines the Windows 2000 approach to data structures and objects, then introduces the major structures involved in processing I/O requests.
|