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

add GetClientRect and GetShellWindow, mark functions as CharSet.Unicode #293

Closed dbremner closed 8 years ago

dbremner commented 8 years ago

This patch adds GetClientRect and GetShellWindow. It also adds the CharSet.Unicode attribute to 7 other functions in User32 and changes two functions in Kernel32 from CharSet.Auto to CharSet.Unicode.

AArnott commented 8 years ago

Thanks!