Searched refs:selBegin (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/riched20/ |
H A D | editor.c | 4501 int i, selBegin, selEnd, len1, len2; in test_EM_EXLIMITTEXT() local 4536 SendMessageA(hwndRichEdit, EM_GETSEL, (WPARAM)&selBegin, (LPARAM)&selEnd); in test_EM_EXLIMITTEXT() 4537 len1 = selEnd - selBegin; in test_EM_EXLIMITTEXT() 4543 SendMessageA(hwndRichEdit, EM_GETSEL, (WPARAM)&selBegin, (LPARAM)&selEnd); in test_EM_EXLIMITTEXT() 4544 len2 = selEnd - selBegin; in test_EM_EXLIMITTEXT() 4554 SendMessageA(hwndRichEdit, EM_GETSEL, (WPARAM)&selBegin, (LPARAM)&selEnd); in test_EM_EXLIMITTEXT() 4555 len1 = selEnd - selBegin; in test_EM_EXLIMITTEXT() 4565 SendMessageA(hwndRichEdit, EM_GETSEL, (WPARAM)&selBegin, (LPARAM)&selEnd); in test_EM_EXLIMITTEXT() 4566 len2 = selEnd - selBegin; in test_EM_EXLIMITTEXT()
|