Searched refs:EM_GETTHUMB (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/tests/edit/ |
H A D | edittest.c | 206 {"EM_GETTHUMB",EM_GETTHUMB,0,0,&HandlePrintReturnHex},
|
/reactos/dll/win32/comctl32/ |
H A D | edit.c | 4145 case EM_GETTHUMB: /* this one is used by NT notepad */ in EDIT_WM_HScroll() 4268 case EM_GETTHUMB: /* this one is used by NT notepad */ in EDIT_WM_VScroll() 4309 return MAKELONG(EDIT_WM_VScroll(es, EM_GETTHUMB, 0), in EDIT_EM_GetThumb() 4310 EDIT_WM_HScroll(es, EM_GETTHUMB, 0)); in EDIT_EM_GetThumb() 4804 case EM_GETTHUMB: in EDIT_WindowProc()
|
/reactos/win32ss/user/user32/controls/ |
H A D | edit.c | 4319 case EM_GETTHUMB: /* this one is used by NT notepad */ 4442 case EM_GETTHUMB: /* this one is used by NT notepad */ 4483 return MAKELONG(EDIT_WM_VScroll(es, EM_GETTHUMB, 0), 4484 EDIT_WM_HScroll(es, EM_GETTHUMB, 0)); 4956 case EM_GETTHUMB:
|
/reactos/sdk/include/psdk/ |
H A D | winuser.rh | 1166 #define EM_GETTHUMB 0x00be
|
H A D | winuser.h | 2001 #define EM_GETTHUMB 190 macro
|
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 4730 HANDLE_MSG(hwnd, EM_GETTHUMB, MD_Edit_OnGetThumb); in MD_msgdump() 5445 DEFINE_RESULT(EM_GETTHUMB); in MD_msgresult()
|