Home
last modified time | relevance | path

Searched refs:EM_SETTARGETDEVICE (Results 1 – 8 of 8) sorted by relevance

/reactos/base/applications/wordpad/
H A Dprint.c227 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 Deditor.c1013 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 Drichedit.h105 #define EM_SETTARGETDEVICE (WM_USER + 72) macro
/reactos/win32ss/user/user32/windows/
H A Dspy.c1693 USM(EM_SETTARGETDEVICE ,0),
/reactos/base/applications/winhlp32/
H A Dwinhelp.c111 SendMessageW(hTextWnd, EM_SETTARGETDEVICE, 0, 0); in WINHELP_SetupText()
/reactos/sdk/include/reactos/
H A Dmsgdump.h4690 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 Deditor.c7308 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 Deditor.c4964 case EM_SETTARGETDEVICE: in ME_HandleMessage()