SetScrollRange method
Implementation
int SetScrollRange(
ffi.Pointer<HWND__> hWnd,
int nBar,
int nMinPos,
int nMaxPos,
int bRedraw,
) {
return (_SetScrollRange ??=
_dylib.lookupFunction<_c_SetScrollRange, _dart_SetScrollRange>(
'SetScrollRange'))(
hWnd,
nBar,
nMinPos,
nMaxPos,
bRedraw,
);
}