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> functions #492

Closed vatsan-madhavan closed 4 years ago

vatsan-madhavan commented 4 years ago

Partially addresses #491.

Functions

Structs/types

Additional types

AArnott commented 4 years ago

@vatsan-madhavan is your intention to get this PR merged as soon as I approve, or after your checklist is completed?

vatsan-madhavan commented 4 years ago

your intention to get this PR merged as soon as I approve, or after your checklist is completed?

I'd rather merge it piecemeal so that reviews could be done easily and feedback incorporated sooner (eg uint* vs out uint is likely affect other functions as well).

I'm flexible re: the approach.

AArnott commented 4 years ago

Well this looks high quality. I'll be happy to merge once the couple of minor issues are fixed.