Training
Module
Troubleshoot device driver failures - Training
This module focuses on the role of device drivers and troubleshooting problems that pertain to them.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical 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:
Training
Module
Troubleshoot device driver failures - Training
This module focuses on the role of device drivers and troubleshooting problems that pertain to them.