November 2010
Intermediate to advanced
384 pages
8h 8m
English
In this chapter, we will cover the overview of the User Mode Driver Framework (UMDF) as well as how to create a UMDF Driver. We will introduce COM and how it is used in conjunction with creating a UMDF Driver. As was discussed in Chapter 3, UMDF Drivers create callback objects to represent the driver itself, each of its devices, and each of its I/O queues. The framework defines a set of interfaces, some of which the driver must implement for the callback objects that it creates and others the framework itself implements for the objects that the framework creates. In general, the framework creates an object that corresponds to each of the driver’s callback objects. The framework ...
Read now
Unlock full access