Searched refs:EM_SETTARGETDEVICE (Results 1 – 8 of 8) sorted by relevance
/reactos/base/applications/wordpad/ |
H A D | print.c | 227 result = SendMessageW(hEditorWnd, EM_SETTARGETDEVICE, (WPARAM)hdc, width); in target_device() 236 SendMessageW(hEditorWnd, EM_SETTARGETDEVICE, 0, 0); in target_device() 238 SendMessageW(hEditorWnd, EM_SETTARGETDEVICE, 0, 1); in target_device()
|
/reactos/modules/rostests/winetests/riched32/ |
H A D | editor.c | 1013 res = SendMessageA(hwnd, EM_SETTARGETDEVICE, 0, 1); in test_word_wrap() 1022 res = SendMessageA(hwnd, EM_SETTARGETDEVICE, 0, 0); in test_word_wrap()
|
/reactos/sdk/include/psdk/ |
H A D | richedit.h | 105 #define EM_SETTARGETDEVICE (WM_USER + 72) macro
|
/reactos/win32ss/user/user32/windows/ |
H A D | spy.c | 1693 USM(EM_SETTARGETDEVICE ,0),
|
/reactos/base/applications/winhlp32/ |
H A D | winhelp.c | 111 SendMessageW(hTextWnd, EM_SETTARGETDEVICE, 0, 0); in WINHELP_SetupText()
|
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 4690 HANDLE_MSG(hwnd, EM_SETTARGETDEVICE, MD_RichEdit_OnSetTargetDevice); in MD_msgdump() 5405 DEFINE_RESULT(EM_SETTARGETDEVICE); in MD_msgresult()
|
/reactos/modules/rostests/winetests/riched20/ |
H A D | editor.c | 7308 res = SendMessageA(hwnd, EM_SETTARGETDEVICE, 0, 1); in test_word_wrap() 7313 res = SendMessageA(hwnd, EM_SETTARGETDEVICE, 0, 0); in test_word_wrap()
|
/reactos/dll/win32/riched20/ |
H A D | editor.c | 4964 case EM_SETTARGETDEVICE: in ME_HandleMessage()
|