Home
last modified time | relevance | path

Searched refs:EM_SCROLLCARET (Results 1 – 14 of 14) sorted by relevance

/reactos/sdk/include/psdk/
H A Drichedit.h80 #ifndef EM_SCROLLCARET
81 #define EM_SCROLLCARET (WM_USER + 49) macro
H A Dwinuser.rh1159 #define EM_SCROLLCARET 0x00b7
H A Dwindowsx.h103 #define Edit_ScrollCaret(hwndCtl) ((BOOL)(DWORD)SNDMSG((hwndCtl),EM_SCROLLCARET,0,0))
H A Dwinuser.h2011 #define EM_SCROLLCARET 183 macro
/reactos/modules/rostests/tests/edit/
H A Dedittest.c219 {"EM_SCROLLCARET",EM_SCROLLCARET,0,0,&HandlePrintReturnHex},
/reactos/base/applications/notepad/
H A Dmain.c196 SendMessage(Globals.hEdit, EM_SCROLLCARET, 0, 0); in NOTEPAD_FindNext()
H A Ddialog.c928 SendMessage(Globals.hEdit, EM_SCROLLCARET, 0, 0); in DIALOG_GoTo()
/reactos/modules/rostests/winetests/riched20/
H A Deditor.c561 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 Dwordpad.c1304 SendMessageW(hEditorWnd, EM_SCROLLCARET, 0, 0); in handle_findmsg()
/reactos/sdk/include/reactos/
H A Dmsgdump.h4723 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 Dedit.c4772 case EM_SCROLLCARET: in EDIT_WindowProc()
/reactos/dll/win32/shell32/
H A DCDefView.cpp2773 ::PostMessageW(hEdit, EM_SCROLLCARET, 0, 0); in OnNotify()
/reactos/win32ss/user/user32/controls/
H A Dedit.c4924 case EM_SCROLLCARET:
/reactos/dll/win32/riched20/
H A Deditor.c4078 case EM_SCROLLCARET: in ME_HandleMessage()