SmoothScrollWindow.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/comctl32/smoothscroll.c".

Debug channel "commctrl".