SmoothScrollWindow(3w)
NAME
SmoothScrollWindow (COMCTL32.382)
SYNOPSIS
BOOL SmoothScrollWindow
(
const SMOOTHSCROLLSTRUCT* smooth
)
DESCRIPTION
Lots of magic for smooth scrolling Windows(tm).
RETURNS
Success: TRUE
Failure: FALSE.
BUGS
Currently only scrolls ONCE. The comctl32 implementation uses GetTickCount and what else to do smooth scrolling.
IMPLEMENTATION
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to
the function.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/comctl32/smoothscroll.c".
- Debug channel "commctrl".