コード例 #1
0
ファイル: User.cs プロジェクト: bmadarasz/ndihelpdesk
 public static extern int SetScrollInfo(IntPtr hwnd, int n, ref SCROLLINFO lpcScrollInfo, bool redraw);
コード例 #2
0
ファイル: User.cs プロジェクト: bmadarasz/ndihelpdesk
 public static extern int GetScrollInfo(IntPtr hwnd, int n, ref SCROLLINFO lpScrollInfo);