SmoothScrollWindow (COMCTL32.382)
BOOL SmoothScrollWindow ( const SMOOTHSCROLLSTRUCT* smooth )
Lots of magic for smooth scrolling Windows®.
Success: TRUE
Failure: FALSE.
Currently only scrolls ONCE. The comctl32 implementation uses GetTickCount and what else to do smooth scrolling.
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/comctl32/smoothscroll.c". gitlab.winehq.org/wine/wine/blob/master/dlls/comctl32/smoothscroll.c
Debug channel "commctrl".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.