dmf

About this tag
The Driver Module Framework (DMF) is an open source framework from Microsoft designed for Windows driver developers. It simplifies the development of Windows Driver Framework (WDF) drivers and enables code sharing across multiple drivers. DMF was created by the Surface organization to address the need for reusable driver code across different Surface products like Pro, Studio, Laptop, and Book. By using DMF, developers can build structured drivers more efficiently and share common driver modules among various hardware projects.
  1. News

    Introducing Driver Module Framework

    The Microsoft Devices team is excited to announce the release of an open source framework for Windows driver developers — Driver Module Framework (DMF). With DMF, not only can you easily develop simple and structured Windows Driver Framework (WDF) drivers but also share code amongst your...
Back
Top