ReactOS 0.4.15-dev-7953-g1f49173
tagSMOOTHSCROLLSTRUCT Struct Reference
Collaboration diagram for tagSMOOTHSCROLLSTRUCT:

Public Attributes

DWORD dwSize
 
DWORD x2
 
HWND hwnd
 
DWORD dx
 
DWORD dy
 
LPRECT lpscrollrect
 
LPRECT lpcliprect
 
HRGN hrgnupdate
 
LPRECT lpupdaterect
 
DWORD flags
 
DWORD stepinterval
 
DWORD dx_step
 
DWORD dy_step
 
SCROLLWINDOWEXPROC scrollfun
 

Detailed Description

Definition at line 38 of file smoothscroll.c.

Member Data Documentation

◆ dwSize

DWORD tagSMOOTHSCROLLSTRUCT::dwSize

Definition at line 39 of file smoothscroll.c.

Referenced by SmoothScrollWindow().

◆ dx

DWORD tagSMOOTHSCROLLSTRUCT::dx

Definition at line 42 of file smoothscroll.c.

Referenced by SmoothScrollWindow().

◆ dx_step

DWORD tagSMOOTHSCROLLSTRUCT::dx_step

Definition at line 52 of file smoothscroll.c.

◆ dy

DWORD tagSMOOTHSCROLLSTRUCT::dy

Definition at line 44 of file smoothscroll.c.

Referenced by SmoothScrollWindow().

◆ dy_step

DWORD tagSMOOTHSCROLLSTRUCT::dy_step

Definition at line 54 of file smoothscroll.c.

◆ flags

DWORD tagSMOOTHSCROLLSTRUCT::flags

Definition at line 50 of file smoothscroll.c.

Referenced by SmoothScrollWindow().

◆ hrgnupdate

HRGN tagSMOOTHSCROLLSTRUCT::hrgnupdate

Definition at line 47 of file smoothscroll.c.

Referenced by SmoothScrollWindow().

◆ hwnd

HWND tagSMOOTHSCROLLSTRUCT::hwnd

Definition at line 41 of file smoothscroll.c.

Referenced by SmoothScrollWindow().

◆ lpcliprect

LPRECT tagSMOOTHSCROLLSTRUCT::lpcliprect

Definition at line 46 of file smoothscroll.c.

Referenced by SmoothScrollWindow().

◆ lpscrollrect

LPRECT tagSMOOTHSCROLLSTRUCT::lpscrollrect

Definition at line 45 of file smoothscroll.c.

Referenced by SmoothScrollWindow().

◆ lpupdaterect

LPRECT tagSMOOTHSCROLLSTRUCT::lpupdaterect

Definition at line 49 of file smoothscroll.c.

Referenced by SmoothScrollWindow().

◆ scrollfun

SCROLLWINDOWEXPROC tagSMOOTHSCROLLSTRUCT::scrollfun

Definition at line 55 of file smoothscroll.c.

Referenced by SmoothScrollWindow().

◆ stepinterval

DWORD tagSMOOTHSCROLLSTRUCT::stepinterval

Definition at line 51 of file smoothscroll.c.

◆ x2

DWORD tagSMOOTHSCROLLSTRUCT::x2

Definition at line 40 of file smoothscroll.c.

Referenced by SmoothScrollWindow().


The documentation for this struct was generated from the following file: