|
ReactOS 0.4.17-dev-116-ga4b6fe9
|
#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 3856 of file winuser.h.
Referenced by co_IntCreateScrollBars(), IntGetScrollBarInfo(), and test_subclass().
| int tagSCROLLBARINFO::dxyLineButton |
Definition at line 3858 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 3857 of file winuser.h.
Referenced by co_IntCreateScrollBars(), co_IntSetScrollInfo(), IntCalculateThumb(), IntDrawScrollArrows(), IntDrawScrollInterior(), IntScrollDrawMovingThumb(), IntScrollGetThumbVal(), IntScrollHandleScrollEvent(), IntScrollHitTest(), SCROLL_DrawArrows(), SCROLL_DrawInterior(), SCROLL_DrawMovingThumb(), SCROLL_HitTest(), and ThemeDrawScrollBarEx().
| int tagSCROLLBARINFO::reserved |
Definition at line 3861 of file winuser.h.
Referenced by IntScrollHandleScrollEvent().
| DWORD tagSCROLLBARINFO::rgstate[CCHILDREN_SCROLLBAR+1] |
Definition at line 3862 of file winuser.h.
Referenced by co_IntCreateScrollBars(), co_IntGetScrollBarInfo(), IntCalculateThumb(), IntDrawScrollArrows(), IntDrawScrollInterior(), IntScrollHandleScrollEvent(), IntUpdateScrollArrows(), SCROLL_ThemeDrawPart(), and ThemeDrawScrollBarEx().
| int tagSCROLLBARINFO::xyThumbBottom |
Definition at line 3860 of file winuser.h.
Referenced by IntCalculateThumb(), IntDrawScrollInterior(), IntScrollDrawMovingThumb(), IntScrollGetThumbVal(), IntScrollHitTest(), SCROLL_DrawInterior(), SCROLL_DrawMovingThumb(), and SCROLL_HitTest().
| int tagSCROLLBARINFO::xyThumbTop |
Definition at line 3859 of file winuser.h.
Referenced by IntCalculateThumb(), IntDrawScrollInterior(), IntScrollDrawMovingThumb(), IntScrollGetThumbVal(), IntScrollHandleScrollEvent(), IntScrollHitTest(), SCROLL_DrawInterior(), SCROLL_DrawMovingThumb(), SCROLL_HitTest(), and ThemeDrawScrollBarEx().