Window Driver Framwork (WDF) is the newest way Microsoft is handling Windows drivers(basically how different parts of the computer interact with each other). WDF is backwards compatible with the older Windows Driver Model (WDM), but enables simpler driver authoring and can handle some of the more complex problems (like PnP, Power management, and many more) easier. More and more applications, devices, and even operating systems will use this new driver system.