SetScrollPos method
Implementation
int SetScrollPos(
ffi.Pointer<HWND__> hWnd,
int nBar,
int nPos,
int bRedraw,
) {
return (_SetScrollPos ??= _dylib
.lookupFunction<_c_SetScrollPos, _dart_SetScrollPos>('SetScrollPos'))(
hWnd,
nBar,
nPos,
bRedraw,
);
}