コード例 #1
0
 public static extern int SetScrollInfo(IntPtr hwnd, UInt32 fnBar, [In, Out] SCROLLINFO lpsi, bool fRedraw);
コード例 #2
0
 public static extern bool GetScrollInfo(IntPtr hwnd, int fnBar, [In, Out] SCROLLINFO lpsi);