microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.92k stars 4.93k forks source link

Modernize filter drivers with AddFilter directive? #1023

Open forderud opened 1 year ago

forderud commented 1 year ago

I see that there have been a new INF AddFilter Directive available since Windows 1903. Still, none of the sample projects in this repo seem to use it. There's furthermore virtually no other samples available elsewhere online, which makes it challenging to learn how to use it.

Would it be possible for you to modernize one or more of the sample filter-driver projects to use the AddFilter directive?

Thanks in advance.