コード例 #1
0
 public static extern bool InsertMenuItem(
     IntPtr hMenu,
     uint uItem,
     [MarshalAs(UnmanagedType.Bool)] bool fByPosition,
     ref MENUITEMINFO mii);
コード例 #2
0
ファイル: ShellExtInts.cs プロジェクト: 27m10a/apkshellext
 public static extern bool InsertMenuItem(
     IntPtr hMenu,
     uint uItem,
     [MarshalAs(UnmanagedType.Bool)]bool fByPosition,
     ref MENUITEMINFO mii);