示例#1
0
文件: User32APIs.cs 项目: r12f/PSPlus
 public static extern int SetScrollInfo(IntPtr hwnd, int nBar, User32ScrollInfo *lpScrollInfo, bool bRedraw);
示例#2
0
文件: User32APIs.cs 项目: r12f/PSPlus
 public static extern bool GetScrollInfo(IntPtr hwnd, int nBar, User32ScrollInfo *lpScrollInfo);