ReactOS 0.4.16-dev-122-g325d74c
|
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 |
Definition at line 38 of file smoothscroll.c.
DWORD tagSMOOTHSCROLLSTRUCT::dwSize |
Definition at line 39 of file smoothscroll.c.
Referenced by SmoothScrollWindow().
DWORD tagSMOOTHSCROLLSTRUCT::dx |
Definition at line 42 of file smoothscroll.c.
Referenced by SmoothScrollWindow().
DWORD tagSMOOTHSCROLLSTRUCT::dx_step |
Definition at line 52 of file smoothscroll.c.
DWORD tagSMOOTHSCROLLSTRUCT::dy |
Definition at line 44 of file smoothscroll.c.
Referenced by SmoothScrollWindow().
DWORD tagSMOOTHSCROLLSTRUCT::dy_step |
Definition at line 54 of file smoothscroll.c.
DWORD tagSMOOTHSCROLLSTRUCT::flags |
Definition at line 50 of file smoothscroll.c.
Referenced by SmoothScrollWindow().
HRGN tagSMOOTHSCROLLSTRUCT::hrgnupdate |
Definition at line 47 of file smoothscroll.c.
Referenced by SmoothScrollWindow().
HWND tagSMOOTHSCROLLSTRUCT::hwnd |
Definition at line 41 of file smoothscroll.c.
Referenced by SmoothScrollWindow().
LPRECT tagSMOOTHSCROLLSTRUCT::lpcliprect |
Definition at line 46 of file smoothscroll.c.
Referenced by SmoothScrollWindow().
LPRECT tagSMOOTHSCROLLSTRUCT::lpscrollrect |
Definition at line 45 of file smoothscroll.c.
Referenced by SmoothScrollWindow().
LPRECT tagSMOOTHSCROLLSTRUCT::lpupdaterect |
Definition at line 49 of file smoothscroll.c.
Referenced by SmoothScrollWindow().
SCROLLWINDOWEXPROC tagSMOOTHSCROLLSTRUCT::scrollfun |
Definition at line 55 of file smoothscroll.c.
Referenced by SmoothScrollWindow().
DWORD tagSMOOTHSCROLLSTRUCT::stepinterval |
Definition at line 51 of file smoothscroll.c.
DWORD tagSMOOTHSCROLLSTRUCT::x2 |
Definition at line 40 of file smoothscroll.c.
Referenced by SmoothScrollWindow().