예제 #1
0
		static public extern int GetScrollInfo(IntPtr hwnd, int bar, ref SCROLLINFO si);
예제 #2
0
 static public extern int GetScrollInfo(IntPtr hwnd, int bar, ref SCROLLINFO si);
예제 #3
0
		static public extern int SetScrollInfo(IntPtr hwnd,  int bar, ref SCROLLINFO si, int fRedraw);
예제 #4
0
 static public extern int SetScrollInfo(IntPtr hwnd, int bar, ref SCROLLINFO si, int fRedraw);