|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <winuser.h>

Public Attributes | |
| DWORD | cbSize |
| RECT | rcScrollBar |
| int | dxyLineButton |
| int | xyThumbTop |
| int | xyThumbBottom |
| int | reserved |
| DWORD | rgstate [CCHILDREN_SCROLLBAR+1] |
| DWORD tagSCROLLBARINFO::cbSize |
Definition at line 3850 of file winuser.h.
Referenced by co_IntCreateScrollBars(), DrawWindowForNCPreview(), IntGetScrollBarInfo(), IntIsScrollBarVisible(), NtUserGetScrollBarInfo(), paint_scrollbar(), SCROLL_HandleScrollEvent(), test_GetScrollBarInfo(), test_subclass(), and ThemeDrawScrollBar().
| int tagSCROLLBARINFO::dxyLineButton |
Definition at line 3852 of file winuser.h.
Referenced by IntCalculateThumb(), IntDrawScrollArrows(), IntDrawScrollInterior(), IntScrollDrawMovingThumb(), IntScrollGetThumbVal(), IntScrollHitTest(), SCROLL_DrawArrows(), SCROLL_DrawInterior(), SCROLL_DrawMovingThumb(), and SCROLL_HitTest().
| RECT tagSCROLLBARINFO::rcScrollBar |
Definition at line 3851 of file winuser.h.
Referenced by co_IntCreateScrollBars(), co_IntGetScrollBarInfo(), co_IntSetScrollInfo(), DrawWindowForNCPreview(), IntCalculateThumb(), IntDrawScrollArrows(), IntDrawScrollInterior(), IntScrollDrawMovingThumb(), IntScrollGetThumbVal(), IntScrollHandleScrollEvent(), IntScrollHitTest(), SCROLL_DrawArrows(), SCROLL_DrawInterior(), SCROLL_DrawMovingThumb(), SCROLL_HandleScrollEvent(), SCROLL_HitTest(), test_GetScrollBarInfo(), and ThemeDrawScrollBarEx().
| int tagSCROLLBARINFO::reserved |
Definition at line 3855 of file winuser.h.
Referenced by co_IntSetScrollBarInfo(), IntScrollHandleScrollEvent(), and NtUserSetScrollBarInfo().
| DWORD tagSCROLLBARINFO::rgstate[CCHILDREN_SCROLLBAR+1] |
Definition at line 3856 of file winuser.h.
Referenced by co_IntCreateScrollBars(), co_IntGetScrollBarInfo(), co_IntSetScrollBarInfo(), IntCalculateThumb(), IntDrawScrollArrows(), IntDrawScrollInterior(), IntIsScrollBarVisible(), IntScrollHandleScrollEvent(), IntUpdateScrollArrows(), IsScrollBarVisible(), NtUserSetScrollBarInfo(), SCROLL_HandleScrollEvent(), SCROLL_ThemeDrawPart(), test_GetScrollBarInfo(), and ThemeDrawScrollBarEx().
| int tagSCROLLBARINFO::xyThumbBottom |
Definition at line 3854 of file winuser.h.
Referenced by IntCalculateThumb(), IntDrawScrollInterior(), IntScrollDrawMovingThumb(), IntScrollGetThumbVal(), IntScrollHitTest(), SCROLL_DrawInterior(), SCROLL_DrawMovingThumb(), and SCROLL_HitTest().
| int tagSCROLLBARINFO::xyThumbTop |
Definition at line 3853 of file winuser.h.
Referenced by IntCalculateThumb(), IntDrawScrollInterior(), IntScrollDrawMovingThumb(), IntScrollGetThumbVal(), IntScrollHandleScrollEvent(), IntScrollHitTest(), SCROLL_DrawInterior(), SCROLL_DrawMovingThumb(), SCROLL_HandleScrollEvent(), SCROLL_HitTest(), and ThemeDrawScrollBarEx().