Home
last modified time | relevance | path

Searched defs:fnBar (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/win32/riched20/
H A Dtxthost.c118 DECLSPEC_HIDDEN BOOL __thiscall ITextHostImpl_TxShowScrollBar(ITextHost *iface, INT fnBar, BOOL fSh… in ITextHostImpl_TxShowScrollBar()
130 DECLSPEC_HIDDEN BOOL __thiscall ITextHostImpl_TxSetScrollRange(ITextHost *iface, INT fnBar, LONG nM… in ITextHostImpl_TxSetScrollRange()
137 DECLSPEC_HIDDEN BOOL __thiscall ITextHostImpl_TxSetScrollPos(ITextHost *iface, INT fnBar, INT nPos,… in ITextHostImpl_TxSetScrollPos()
/reactos/dll/win32/uxtheme/
H A Dthemehooks.c541 BOOL WINAPI ThemeGetScrollInfo(HWND hwnd, int fnBar, LPSCROLLINFO lpsi) in ThemeGetScrollInfo()
579 INT WINAPI ThemeSetScrollInfo(HWND hWnd, int fnBar, LPCSCROLLINFO lpsi, BOOL bRedraw) in ThemeSetScrollInfo()
/reactos/win32ss/user/ntuser/
H A Dscrollbar.c1184 int fnBar, in NtUserSBGetParms()
1333 int fnBar, in NtUserSetScrollInfo()
/reactos/modules/rostests/winetests/riched20/
H A Dtxtsrv.c146 static BOOL __thiscall ITextHostImpl_TxShowScrollBar(ITextHost *iface, INT fnBar, BOOL fShow) in ITextHostImpl_TxShowScrollBar()
162 static BOOL __thiscall ITextHostImpl_TxSetScrollRange(ITextHost *iface, INT fnBar, LONG nMinPos, in ITextHostImpl_TxSetScrollRange()
171 static BOOL __thiscall ITextHostImpl_TxSetScrollPos(ITextHost *iface, INT fnBar, INT nPos, BOOL fRe… in ITextHostImpl_TxSetScrollPos()
/reactos/base/applications/mspaint/
H A Dcanvas.cpp258 VOID CCanvasWindow::OnHVScroll(WPARAM wParam, INT fnBar) in OnHVScroll()