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 key sigs #307

Closed AArnott closed 7 years ago

AArnott commented 7 years ago

In reviewing #306, I realized that we had a couple of broken method signatures. This fixes them up.

It's a breaking change, but that's allowed to methods or types that were so broken they couldn't have been used.