Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/kernel32/
H A Dmodule.c230 HMODULE hModule1, hModule2, hModule3; in testNestedLoadLibraryA() local
261 hModule3 = LoadLibraryA(path1); in testNestedLoadLibraryA()
262 ok(hModule3 != NULL, "LoadLibrary(%s) failed\n", path1); in testNestedLoadLibraryA()
265 ok(FreeLibrary(hModule3), "FreeLibrary() failed\n"); in testNestedLoadLibraryA()