Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/kernel32/
H A Dmodule.c205 HMODULE hModule, hModule1; in testLoadLibraryA() local
218 hModule1 = LoadLibraryA("kernel32 "); in testLoadLibraryA()
221 ok( hModule == hModule1, "Loaded wrong module\n" ); in testLoadLibraryA()
222 FreeLibrary(hModule1); in testLoadLibraryA()
230 HMODULE hModule1, hModule2, hModule3; in testNestedLoadLibraryA() local
244 hModule1 = LoadLibraryA(path1); in testNestedLoadLibraryA()
245 if (!hModule1) in testNestedLoadLibraryA()
267 ok(FreeLibrary(hModule1), "FreeLibrary() failed\n"); in testNestedLoadLibraryA()
271 hModule1 = LoadLibraryA(path1); in testNestedLoadLibraryA()
272 ok(hModule1 != NULL, "LoadLibrary(%s) failed\n", path1); in testNestedLoadLibraryA()
[all …]