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

Missing GetMenu (user32) #437

Closed Anton-V-K closed 4 years ago

Anton-V-K commented 5 years ago

I see no GetMenu in User32. Is it available in some other namespace?

BTW only one menu-related function GetMenuItemInfo is available. It would be helpful to have access to other functions as well.

AArnott commented 4 years ago

Boy, MENUBARINFO is a tricky structure to encode as C#. :)