The Skeleton sample is a minimal but functional UMDF driver. The code in this sample supports the core requirements that all UMDF drivers must implement, and most drivers can use this code with little or no modification. For this reason, the Skeleton sample is not only a good example of UMDF coding practices but can also be used as a template for implementing a full-featured driver. Developers can start with a basic working driver and incrementally add functionality to support the requirements of their device until they have a complete driver.
This chapter discusses how to use the Skeleton sample as a basis for implementing a full-featured driver.
For this chapter, you need … | From … |
---|---|
| |
Samples | |
Skeleton driver | %wdk%\src\umdf\skeleton |
WDK documentation | |
UMDF Driver Skeleton Sample | %wdk%\src\umdf\skeleton\skeleton.htm |