コード例 #1
0
 public static extern int SendMessage(IntPtr hWnd, APIsEnums.HeaderControlMessages msg, int wParam, ref APIsStructs.HDITEM lParam);
コード例 #2
0
 public static extern int SendMessage(IntPtr hWnd, APIsEnums.HeaderControlMessages msg, IntPtr wParam, ref APIsStructs.HD_HITTESTINFO hd_hittestinfo);
コード例 #3
0
ファイル: APIsUser32.cs プロジェクト: QuickOrBeDead/ptm
 internal static extern int SendMessage(HandleRef hWnd, APIsEnums.HeaderControlMessages msg, IntPtr wParam,
                                        ref APIsStructs.HDITEM lParam);