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

Make SERVICE_FAILURE_ACTIONS blittable #426

Closed AArnott closed 5 years ago

AArnott commented 5 years ago

Also rename ServiceFailureAction+ types to conform to guidelines.

Fixes #425

AArnott commented 5 years ago

@icnocop would you care to review as well?

icnocop commented 5 years ago

This looks good to me. Thank you for the super quick response and code example! :)