Example #1
0
 static unsafe extern Int32 GetScrollInfo(IntPtr window, Int32 bar, SCROLLINFO *si);
Example #2
0
 static unsafe extern int SetScrollInfo(IntPtr window, int barType, SCROLLINFO *si, Int32 bRedraw);