コード例 #1
0
ファイル: Win32.cs プロジェクト: NanoLP/FC3Editor
 public static extern int SetScrollInfo(IntPtr hWnd, int nBar, [In] Win32.ScrollInfo scrollInfo, bool bRedraw);
コード例 #2
0
ファイル: Win32.cs プロジェクト: NanoLP/FC3Editor
 public static extern int GetScrollInfo(IntPtr hWnd, int nBar, [In] Win32.ScrollInfo scrollInfo);