예제 #1
0
        public static bool Layout(IntPtr hWnd, ref HDLAYOUT layout)
        {
            Debug.Assert(hWnd != IntPtr.Zero);

            return(SendMessage(hWnd, HDM_LAYOUT, 0, ref layout) != 0);
        }
예제 #2
0
 private static extern int SendMessage(IntPtr hWnd, int msg, int wParam,
                                       ref HDLAYOUT lParam);
예제 #3
0
 public static extern int SendMessage(IntPtr hWnd, int msg, int wParam, ref HDLAYOUT hdl);
예제 #4
0
 internal static extern IntPtr SendMessage(IntPtr hWnd, int msg, int wParam, ref HDLAYOUT layoutInfo);
예제 #5
0
 internal static extern IntPtr SendMessage(IntPtr hWnd, int msg, int wParam, ref HDLAYOUT layoutInfo);
예제 #6
0
파일: Win32.cs 프로젝트: elnomade/hathi
 public static extern int SendMessage(IntPtr hWnd, int msg, int wParam, ref HDLAYOUT hdl);