예제 #1
0
        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);
        }
예제 #2
0
 public static partial BOOL GetMenuItemInfoW(IntPtr hmenu, int item, BOOL fByPosition, ref MENUITEMINFOW lpmii);