InsertMenu (user32)
Last changed: -68.114.227.157

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern bool InsertMenuItem(IntPtr hMenu, uint uItem, bool fByPosition,
   [In] ref MENUITEMINFO lpmii);

VB Signature:

   <DllImport("user32.dll", SetLastError:=True, CharSet:=CharSet.Auto)> _
   Friend Shared Function InsertMenuItem(ByVal hMenu As IntPtr, ByVal uItem As Integer,
   ByVal fByPosition As Boolean, ByRef lpmii As MENUITEMINFO) As Boolean
   End Function

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation