GetMenuBarInfo (user32)
Last changed: anonymous

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern bool GetMenuBarInfo(IntPtr hwnd, int idObject, int idItem,
   ref MENUBARINFO pmbi);

User-Defined Types:

None.

Notes:

Make sure you set pmbi.cbSize to Marshal.SizeOf(typeof(MENUBARINFO)) before calling this function.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation