Træning
Modul
Troubleshoot device driver failures - Training
This module focuses on the role of device drivers and troubleshooting problems that pertain to them.
Denne browser understøttes ikke længere.
Opgrader til Microsoft Edge for at drage fordel af de nyeste funktioner, sikkerhedsopdateringer og teknisk support.
Windows Driver Frameworks (WDF) is an abstraction layer that takes care of much of the common code required to write a Windows driver. A lot of the required boilerplate is provided, so when you use WDF you can opt in to providing driver-specific functionality.
WDF drivers include both Kernel-Mode Driver Framework (KMDF) and User-Mode Driver Framework (UMDF).
For detailed change logs showing new functionality added in each framework release, see KMDF Version History and UMDF Version History.
Windows 11 and Windows Server 2022 include KMDF version 1.33 and UMDF version 2.33.
You can use these framework versions to build drivers for:
Træning
Modul
Troubleshoot device driver failures - Training
This module focuses on the role of device drivers and troubleshooting problems that pertain to them.
Dokumentation
Using WDF to Develop a Driver - Windows drivers
This topic provides a high-level overview of the framework objects you'll use to develop a Kernel-Mode Driver Framework (KMDF) driver.
Developing Drivers with WDF - Reference Book - Windows drivers
The Developing Drivers with Windows Driver Foundation book is also available to help you learn the concepts and fundamentals of Windows Driver Frameworks (WDF).
Building and Loading a WDF Driver - Windows drivers
This topic describes how to select a target operating system and framework version for a driver project in Visual Studio. It also describes the co-installer and how to determine if you should include this component in your driver package.