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.79k stars 4.89k forks source link

Updating the Windows Filtering Platform Samples to compile correctly on VS2022 #1089

Closed houha2 closed 5 months ago

houha2 commented 6 months ago

Updates all the WFP (Windows Filtering Platform) samples to compile on VS2022. Also removes any remaining ExAllocatePoolWithTag and replaces it with ExAllocatePool2.