NAME

SmoothScrollWindow  (COMCTL32.382)

SYNOPSIS

 BOOL SmoothScrollWindow
 (
  const SMOOTHSCROLLSTRUCT* smooth
 )

DESCRIPTION

Lots of magic for smooth scrolling Windows®.

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 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.