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