Searched defs:fnBar (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/riched20/ |
H A D | txthost.c | 118 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 D | themehooks.c | 541 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 D | scrollbar.c | 1184 int fnBar, in NtUserSBGetParms() 1333 int fnBar, in NtUserSetScrollInfo()
|
/reactos/modules/rostests/winetests/riched20/ |
H A D | txtsrv.c | 146 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 D | canvas.cpp | 258 VOID CCanvasWindow::OnHVScroll(WPARAM wParam, INT fnBar) in OnHVScroll()
|