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

<processthreadsapi.h> part 2 #497

Closed vatsan-madhavan closed 4 years ago

vatsan-madhavan commented 4 years ago

Addresses part of #491

Functions

<< plus a test >>

Structs/types

Additional types

vatsan-madhavan commented 4 years ago

I see the merge conflict - I’ll resolve soon.

AArnott commented 4 years ago

@vatsan-madhavan Resolving the PublicAPI.Unshipped.txt conflict can be really hairy. So just a tip: clear the whole file out, and use the language service to fully re-populate it.

vatsan-madhavan commented 4 years ago

clear the whole file out, and use the language service to fully re-populate it.

thanks - that worked well.