Searched refs:EM_SCROLLCARET (Results 1 – 14 of 14) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | richedit.h | 80 #ifndef EM_SCROLLCARET 81 #define EM_SCROLLCARET (WM_USER + 49) macro
|
H A D | winuser.rh | 1159 #define EM_SCROLLCARET 0x00b7
|
H A D | windowsx.h | 103 #define Edit_ScrollCaret(hwndCtl) ((BOOL)(DWORD)SNDMSG((hwndCtl),EM_SCROLLCARET,0,0))
|
H A D | winuser.h | 2011 #define EM_SCROLLCARET 183 macro
|
/reactos/modules/rostests/tests/edit/ |
H A D | edittest.c | 219 {"EM_SCROLLCARET",EM_SCROLLCARET,0,0,&HandlePrintReturnHex},
|
/reactos/base/applications/notepad/ |
H A D | main.c | 196 SendMessage(Globals.hEdit, EM_SCROLLCARET, 0, 0); in NOTEPAD_FindNext()
|
H A D | dialog.c | 928 SendMessage(Globals.hEdit, EM_SCROLLCARET, 0, 0); in DIALOG_GoTo()
|
/reactos/modules/rostests/winetests/riched20/ |
H A D | editor.c | 561 SendMessageA(hwndRichEdit, EM_SCROLLCARET, 0, 0); in test_EM_SCROLLCARET() 568 SendMessageA(hwndRichEdit, EM_SCROLLCARET, 0, 0); in test_EM_SCROLLCARET() 576 SendMessageA(hwndRichEdit, EM_SCROLLCARET, 0, 0); in test_EM_SCROLLCARET() 583 SendMessageA(hwndRichEdit, EM_SCROLLCARET, 0, 0); in test_EM_SCROLLCARET() 590 SendMessageA(hwndRichEdit, EM_SCROLLCARET, 0, 0); in test_EM_SCROLLCARET()
|
/reactos/base/applications/wordpad/ |
H A D | wordpad.c | 1304 SendMessageW(hEditorWnd, EM_SCROLLCARET, 0, 0); in handle_findmsg()
|
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 4723 HANDLE_MSG(hwnd, EM_SCROLLCARET, MD_Edit_OnScrollCaret); in MD_msgdump() 5438 DEFINE_RESULT(EM_SCROLLCARET ); in MD_msgresult()
|
/reactos/dll/win32/comctl32/ |
H A D | edit.c | 4772 case EM_SCROLLCARET: in EDIT_WindowProc()
|
/reactos/dll/win32/shell32/ |
H A D | CDefView.cpp | 2773 ::PostMessageW(hEdit, EM_SCROLLCARET, 0, 0); in OnNotify()
|
/reactos/win32ss/user/user32/controls/ |
H A D | edit.c | 4924 case EM_SCROLLCARET:
|
/reactos/dll/win32/riched20/ |
H A D | editor.c | 4078 case EM_SCROLLCARET: in ME_HandleMessage()
|