Home
last modified time | relevance | path

Searched refs:hmoduleRichEdit (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rostests/winetests/riched32/
H A Deditor.c37 static HMODULE hmoduleRichEdit; variable
44 hmoduleRichEdit, NULL); in new_window()
940 0, 0, 200, 80, NULL, NULL, hmoduleRichEdit, NULL); in test_word_wrap()
955 0, 0, 200, 80, NULL, NULL, hmoduleRichEdit, NULL); in test_word_wrap()
971 0, 0, 200, 80, NULL, NULL, hmoduleRichEdit, NULL); in test_word_wrap()
993 0, 0, 200, 80, NULL, NULL, hmoduleRichEdit, NULL); in test_word_wrap()
1030 0, 0, 200, 80, NULL, NULL, hmoduleRichEdit, NULL); in test_word_wrap()
1051 0, 0, 200, 80, NULL, NULL, hmoduleRichEdit, NULL); in test_word_wrap()
1441 hmoduleRichEdit = LoadLibraryA("riched32.dll"); in START_TEST()
1442 ok(hmoduleRichEdit != NULL, "error: %d\n", (int) GetLastError()); in START_TEST()
[all …]
/reactos/modules/rostests/winetests/riched20/
H A Dtxtsrv.c41 static HMODULE hmoduleRichEdit; variable
1013 hmoduleRichEdit = LoadLibraryA("riched20.dll"); in START_TEST()
1014 ok(hmoduleRichEdit != NULL, "error: %d\n", (int) GetLastError()); in START_TEST()
1016 pIID_ITextServices = (IID*)GetProcAddress(hmoduleRichEdit, "IID_ITextServices"); in START_TEST()
1017 pIID_ITextHost = (IID*)GetProcAddress(hmoduleRichEdit, "IID_ITextHost"); in START_TEST()
1018 pIID_ITextHost2 = (IID*)GetProcAddress(hmoduleRichEdit, "IID_ITextHost2"); in START_TEST()
1019 pCreateTextServices = (void*)GetProcAddress(hmoduleRichEdit, "CreateTextServices"); in START_TEST()
H A Deditor.c51 static HMODULE hmoduleRichEdit; variable
58 hmoduleRichEdit, NULL); in new_window()
67 hmoduleRichEdit, NULL); in new_windowW()
1853 hmoduleRichEdit, NULL); in test_EM_SETOPTIONS()
1863 hmoduleRichEdit, NULL); in test_EM_SETOPTIONS()
4074 hmoduleRichEdit, NULL); in test_EM_SETTEXTEX()
7171 0, 0, 200, 60, NULL, NULL, hmoduleRichEdit, NULL); in test_word_movement()
7251 0, 0, 200, 80, NULL, NULL, hmoduleRichEdit, NULL); in test_word_wrap()
9027 hmoduleRichEdit = LoadLibraryA("riched20.dll"); in START_TEST()
9028 ok(hmoduleRichEdit != NULL, "error: %d\n", (int) GetLastError()); in START_TEST()
[all …]
H A Drichole.c36 static HMODULE hmoduleRichEdit; variable
55 0, 0, 200, 60, parent, NULL, hmoduleRichEdit, NULL); in new_window()
4083 hmoduleRichEdit = LoadLibraryA("riched20.dll"); in START_TEST()
4084 ok(hmoduleRichEdit != NULL, "error: %d\n", (int) GetLastError()); in START_TEST()