示例#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);