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 EnumResourceLanguages and LoadString. #283

Closed enovales closed 8 years ago

enovales commented 8 years ago

A LANGID wrapper was added, and this change also moves LoadResource and LockResource into Kernel32.Shared since they have portable versions.

vbfox commented 8 years ago

Except for the remarks on CharSet.Unicode vs CharSet.AUTO LGTM 👍

enovales commented 8 years ago

updated to use CharSet.Unicode!

AArnott commented 8 years ago

Thanks for your contribution. I look forward to merging when the remaining issues are resolved.

AArnott commented 8 years ago

OK, just the last change I added above, then we're good. Again, thanks so much.

AArnott commented 8 years ago

Sweet. Thanks again!