コード例 #1
0
ファイル: User.cs プロジェクト: jihadbird/firespider
 public static extern int GetScrollInfo(HWND hwnd, int n, ref SCROLLINFO lpScrollInfo);
コード例 #2
0
ファイル: User.cs プロジェクト: jihadbird/firespider
 public static extern int SetScrollInfo(HWND hwnd, int n, ref SCROLLINFO lpcScrollInfo, bool redraw);
コード例 #3
0
ファイル: winuser.cs プロジェクト: ufasoft/coin
 public static extern bool GetScrollInfo(HWND hwnd, ScrollBarSelect n, ref SCROLLINFO lpcScrollInfo);