public static BOOL GetMenuItemInfoW(HandleRef hmenu, int item, BOOL fByPosition, ref MENUITEMINFOW lpmii)
        {
            BOOL result = GetMenuItemInfoW(hmenu.Handle, item, fByPosition, ref lpmii);

            GC.KeepAlive(hmenu.Wrapper);
            return(result);
        }
 public static partial BOOL GetMenuItemInfoW(IntPtr hmenu, int item, BOOL fByPosition, ref MENUITEMINFOW lpmii);