table of contents
other versions
- wheezy 1.4.1-4
FlatSB_SetScrollRange(3w) | Wine API | FlatSB_SetScrollRange(3w) |
NAME¶
FlatSB_SetScrollRange (COMCTL32.@)SYNOPSIS¶
INT FlatSB_SetScrollRange(
HWND hwnd,
int nBar,
INT min,
INT max,
BOOL bRedraw
)
DESCRIPTION¶
See SetScrollRange(3w).IMPLEMENTATION¶
Declared in "commctrl.h". Implemented in "dlls/comctl32/flatsb.c". Debug channel "commctrl".Oct 2012 | Wine API |