dotnet / pinvoke

A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.
MIT License
2.12k stars 222 forks source link

Fix ReadConsoleOutput #591

Closed AArnott closed 2 years ago

AArnott commented 2 years ago

This supersedes #589 by using [FriendlyFlags] in the existing signature to correct the problem.