/reactos/modules/rostests/winetests/user32/ |
H A D | scroll.c | 321 ret = GetScrollInfo( hwnd, SB_VERT, &si); in scrollbar_test_default() 330 ret = GetScrollInfo( hwnd, SB_HORZ, &si); in scrollbar_test_default() 349 ret = GetScrollInfo( hwnd, SB_HORZ, &si); in scrollbar_test_default() 352 ret = GetScrollInfo( hwnd, SB_VERT, &si); in scrollbar_test_default() 385 ret = GetScrollInfo( hwnd, SB_HORZ, &si); in scrollbar_test_default() 388 ret = GetScrollInfo( hwnd, SB_VERT, &si); in scrollbar_test_default() 424 ret = GetScrollInfo( hwnd, SB_HORZ, &si); in scrollbar_test_default() 427 ret = GetScrollInfo( hwnd, SB_VERT, &si); in scrollbar_test_default() 444 ret = GetScrollInfo( hwnd, SB_VERT, &si); in scrollbar_test_default() 450 ret = GetScrollInfo( hwnd, SB_VERT, &si); in scrollbar_test_default() [all …]
|
H A D | listbox.c | 2064 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents() 2079 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents() 2094 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents() 2111 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents() 2126 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents() 2141 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents() 2155 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents() 2172 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents() 2187 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents() 2202 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents() [all …]
|
/reactos/modules/rostests/apitests/user32/ |
H A D | SetScrollInfo.c | 128 success = GetScrollInfo(hScroll, SB_CTL, &si); in START_TEST() 149 success = GetScrollInfo(hScroll, SB_CTL, &si); in START_TEST()
|
/reactos/base/applications/fontview/ |
H A D | display.c | 300 GetScrollInfo(hwnd, SB_VERT, &si); in Display_OnPaint() 327 GetScrollInfo(hwnd, SB_VERT, &si); in Display_OnSize() 337 GetScrollInfo(hwnd, SB_VERT, &si); in Display_OnSize() 358 GetScrollInfo(hwnd, SB_VERT, &si); in Display_OnVScroll()
|
/reactos/base/applications/regedit/ |
H A D | hexedit.c | 91 GetScrollInfo(hed->hWndSelf, SB_VERT, &si); in HEXEDIT_MoveCaret() 99 GetScrollInfo(hed->hWndSelf, SB_VERT, &si); in HEXEDIT_MoveCaret() 106 GetScrollInfo(hed->hWndSelf, SB_VERT, &si); in HEXEDIT_MoveCaret() 364 GetScrollInfo(hed->hWndSelf, SB_VERT, &si); in HEXEDIT_IndexFromPoint() 748 GetScrollInfo(hed->hWndSelf, SB_VERT, &si); in HEXEDIT_WM_VSCROLL() 784 GetScrollInfo(hed->hWndSelf, SB_VERT, &si); in HEXEDIT_WM_VSCROLL() 853 GetScrollInfo(hed->hWndSelf, SB_VERT, &si); in HEXEDIT_WM_PAINT() 909 GetScrollInfo(hed->hWndSelf, SB_VERT, &si); in HEXEDIT_WM_MOUSEWHEEL() 917 GetScrollInfo(hed->hWndSelf, SB_VERT, &si); in HEXEDIT_WM_MOUSEWHEEL()
|
/reactos/modules/rostests/winetests/riched20/ |
H A D | editor.c | 2918 GetScrollInfo(hwndRichEdit, SB_VERT, &si); in test_scrollbar_visibility() 2929 GetScrollInfo(hwndRichEdit, SB_VERT, &si); in test_scrollbar_visibility() 2940 GetScrollInfo(hwndRichEdit, SB_VERT, &si); in test_scrollbar_visibility() 2953 GetScrollInfo(hwndRichEdit, SB_VERT, &si); in test_scrollbar_visibility() 2965 GetScrollInfo(hwndRichEdit, SB_VERT, &si); in test_scrollbar_visibility() 2976 GetScrollInfo(hwndRichEdit, SB_VERT, &si); in test_scrollbar_visibility() 2987 GetScrollInfo(hwndRichEdit, SB_VERT, &si); in test_scrollbar_visibility() 2998 GetScrollInfo(hwndRichEdit, SB_VERT, &si); in test_scrollbar_visibility() 3014 GetScrollInfo(hwndRichEdit, SB_VERT, &si); in test_scrollbar_visibility() 3025 GetScrollInfo(hwndRichEdit, SB_VERT, &si); in test_scrollbar_visibility() [all …]
|
/reactos/modules/rosapps/applications/devutils/vgafontedit/ |
H A D | fontwnd.c | 292 GetScrollInfo(hwnd, nBar, &si); in FontWndProc() 335 GetScrollInfo(hwnd, nBar, &si); in FontWndProc()
|
/reactos/dll/win32/comctl32/ |
H A D | theme_scrollbar.c | 140 if (!GetScrollInfo(hwnd, SB_CTL, &si)) { in hit_test() 222 if (!GetScrollInfo(hwnd, SB_CTL, &si)) { in redraw_part() 349 GetScrollInfo(hwnd, SB_CTL, &si); in paint_scrollbar()
|
H A D | flatsb.c | 179 return GetScrollInfo(hwnd, nBar, info); in FlatSB_GetScrollInfo()
|
/reactos/dll/win32/uxtheme/ |
H A D | themehooks.c | 565 ret = g_user32ApiHook.GetScrollInfo(hwnd, fnBar, lpsi); in ThemeGetScrollInfo() 576 return g_user32ApiHook.GetScrollInfo(hwnd, fnBar, lpsi); in ThemeGetScrollInfo() 636 puah->GetScrollInfo = ThemeGetScrollInfo; in ThemeInitApiHook()
|
H A D | ncscrollbar.c | 292 GetScrollInfo(pcontext->hWnd, nBar, &si); in ThemeDrawScrollBarEx() 414 GetScrollInfo(hwnd, nBar, &si); in SCROLL_HandleScrollEvent()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | listbox.c | 2173 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents() 2188 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents() 2203 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents() 2219 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents() 2234 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents() 2249 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents() 2263 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents() 2280 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents() 2295 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents() 2310 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents() [all …]
|
/reactos/base/applications/mscutils/eventvwr/ |
H A D | evtdetctl.c | 400 if (!GetScrollInfo(hDlg, nBar, &sInfo)) in OnScroll() 500 if (GetScrollInfo(hDlg, SB_VERT, &sInfo)) in OnSize() 538 if (GetScrollInfo(hDlg, SB_HORZ, &sInfo)) in OnSize()
|
/reactos/base/applications/clipbrd/ |
H A D | scrollutils.c | 163 GetScrollInfo(hWnd, nBar, &si); in OnScroll()
|
/reactos/base/applications/wordpad/ |
H A D | print.c | 1074 GetScrollInfo(hWnd, nBar, &si); in preview_proc() 1102 GetScrollInfo(hWnd, nBar, &si); in preview_proc() 1186 GetScrollInfo(hWnd, SB_HORZ, &si); in preview_proc() 1189 GetScrollInfo(hWnd, SB_VERT, &si); in preview_proc()
|
/reactos/modules/rostests/tests/winhello/ |
H A D | winhello.c | 432 GetScrollInfo ( hWnd, SB_HORZ, &Scrollparameter ); in MainWndProc() 508 GetScrollInfo ( hWnd, SB_VERT, &Scrollparameter ); in MainWndProc()
|
/reactos/dll/win32/shimgvw/ |
H A D | shimgvw.c | 178 GetScrollInfo(hwnd, SB_HORZ, &si); in ZoomWnd_UpdateScroll() 194 GetScrollInfo(hwnd, SB_VERT, &si); in ZoomWnd_UpdateScroll() 1055 GetScrollInfo(hwnd, nBar, &si); in ZoomWnd_OnHVScroll() 1093 GetScrollInfo(hwnd, nBar, &si); in ZoomWnd_OnHVScroll()
|
/reactos/win32ss/user/user32/misc/ |
H A D | usrapihk.c | 139 puah->GetScrollInfo = RealGetScrollInfo; in ResetUserApiHook()
|
/reactos/sdk/include/reactos/ |
H A D | undocuser.h | 348 GETSCROLLINFO GetScrollInfo; member
|
/reactos/dll/win32/browseui/ |
H A D | CAutoComplete.cpp | 894 m_hwndList.GetScrollInfo(SB_VERT, &si); in UpdateScrollBar() 1969 m_hwndList.GetScrollInfo(SB_VERT, &si); in OnVScroll() 1985 m_hwndList.GetScrollInfo(SB_VERT, &si); in OnVScroll()
|
/reactos/modules/rostests/win32/comctl32/buttonvistest/ |
H A D | buttonvistest.cpp | 259 if (!GetScrollInfo(hwnd, nBar, &sInfo)) in OnScroll()
|
/reactos/win32ss/user/winsrv/consrv/frontends/gui/ |
H A D | conwnd.c | 1346 if (GetScrollInfo(GuiData->hWindow, SB_HORZ, &sInfo)) OldScrollX = sInfo.nPos; in OnTimer() 1347 if (GetScrollInfo(GuiData->hWindow, SB_VERT, &sInfo)) OldScrollY = sInfo.nPos; in OnTimer() 1501 if (!GetScrollInfo(GuiData->hWindow, nBar, &sInfo)) goto Quit; in OnScroll()
|
/reactos/win32ss/user/user32/controls/ |
H A D | listbox.c | 1916 GetScrollInfo( descr->self, SB_VERT, &info ); in LISTBOX_HandleVScroll() 1969 GetScrollInfo( descr->self, SB_HORZ, &info ); in LISTBOX_HandleHScroll() 1971 GetScrollInfo( descr->self, SB_VERT, &info ); in LISTBOX_HandleHScroll() 2008 GetScrollInfo( descr->self, SB_HORZ, &info ); in LISTBOX_HandleHScroll()
|
H A D | scrollbar.c | 1561 GetScrollInfo(HWND Wnd, INT SBType, LPSCROLLINFO Info) in GetScrollInfo() function 1574 Ret = guah.GetScrollInfo(Wnd, SBType, Info); in GetScrollInfo()
|
/reactos/base/applications/mspaint/ |
H A D | canvas.cpp | 263 GetScrollInfo(fnBar, &si); in OnHVScroll()
|