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

User32.AttachThreadInput(...) doesn't exist #347

Closed BarryNolte closed 6 years ago

BarryNolte commented 7 years ago

It appears this API was overlooked.

AArnott commented 6 years ago

We didn't overlook it. We just haven't defined it yet. PInvoke doesn't have an exhaustive set of methods yet. You're welcome to send a PR if you'd like. Just check out the contrib doc first.

BarryNolte commented 6 years ago

I added this back in October. Submitted for tracking purposes only.