Home
last modified time | relevance | path

Searched refs:OBJID_VSCROLL (Results 1 – 10 of 10) sorted by relevance

/reactos/sdk/include/psdk/
H A Dwinable.h20 #define OBJID_VSCROLL 0xFFFFFFFB macro
H A Dwinuser.h2680 #define OBJID_VSCROLL 0xFFFFFFFB macro
/reactos/dll/win32/uxtheme/
H A Dnonclient.c600 if ((pcontext->wi.dwStyle & WS_VSCROLL) && IsScrollBarVisible(pcontext->hWnd, OBJID_VSCROLL)) in ThemePaintWindow()
605 IsScrollBarVisible(pcontext->hWnd, OBJID_VSCROLL)) in ThemePaintWindow()
1155 if (hasVScrollBar && IsScrollBarVisible(pcontext->hWnd, OBJID_VSCROLL)) in DrawWindowForNCPreview()
1159 GetScrollBarInfo(pcontext->hWnd, OBJID_VSCROLL, &sbi); in DrawWindowForNCPreview()
H A Dncscrollbar.c45 return OBJID_VSCROLL; in SCROLL_getObjectId()
/reactos/modules/rostests/winetests/user32/
H A Dscroll.c268 ret = pGetScrollBarInfo( hMainWnd, OBJID_VSCROLL, &sbi); in test_GetScrollBarInfo()
276 ret = pGetScrollBarInfo( hMainWnd, OBJID_VSCROLL, &sbi); in test_GetScrollBarInfo()
H A Dmsg.c1830 { EVENT_OBJECT_VALUECHANGE, winevent_hook|wparam|lparam, OBJID_VSCROLL, 0 },
10437 { EVENT_SYSTEM_MENUPOPUPSTART, winevent_hook|wparam|lparam, OBJID_VSCROLL, 5 },
10452 { EVENT_SYSTEM_SWITCHSTART, winevent_hook|wparam|lparam, OBJID_VSCROLL, 5 },
/reactos/win32ss/user/ntuser/
H A Dscrollbar.c381 case OBJID_VSCROLL: nBar = SB_VERT; break;
1050 return OBJID_VSCROLL; in IntScrollGetObjectId()
H A Dnonclient.c1257 IntIsScrollBarVisible(pWnd, OBJID_VSCROLL) && IntIsScrollBarVisible(pWnd, OBJID_HSCROLL)) in NC_DoNCPaint()
1287 if (Style & WS_VSCROLL && IntIsScrollBarVisible(pWnd, OBJID_VSCROLL)) in NC_DoNCPaint()
/reactos/win32ss/user/user32/controls/
H A Dscrollbar.c307 return OBJID_VSCROLL; in IntScrollGetObjectId()
/reactos/dll/win32/riched20/
H A Deditor.c2919 GetScrollBarInfo(editor->hWnd, OBJID_VSCROLL, &sbi); in ME_SetCursor()