예제 #1
0
파일: User.cs 프로젝트: luowei98/RobertLw
 public static extern int SetScrollInfo(IntPtr hwnd, int n, ref SCROLLINFO lpcScrollInfo, bool redraw);
예제 #2
0
파일: User.cs 프로젝트: luowei98/RobertLw
 public static extern int GetScrollInfo(IntPtr hwnd, int n, ref SCROLLINFO lpScrollInfo);