static extern bool GetMenuItemInfo(IntPtr hMenu, uint uItem, bool fByPosition, ref MENUITEMINFO lpmii);
bool a = GetMenuItemInfo(hMenu, 0, true, ref mif);