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

Added some psapi stuff #362

Closed ghost closed 6 years ago

ghost commented 6 years ago

MODULEINFO structure (one compiler warning I dont know how to resolve yet), EnumProcessModulesEx, GetModuleInformation, GetModuleFileNameEx

ghost commented 6 years ago

Hmm, idk how to fix these cached things there, .generated.cs. It throws errors in these files but they are outdated it still says IntPtr instead of void which I changed to.