Ejemplo n.º 1
0
 public static extern bool SetMenuItemInfo(
     IntPtr hMenu,
     uint uItem,
     bool fByPos,
     ref MENUITEMINFO lpmii);
Ejemplo n.º 2
0
 public static extern bool InsertMenuItem(
     IntPtr hMenu,
     uint uItem,
     bool fByPosition,
     ref MENUITEMINFO lpmii);