Searched refs:hModule (Results 1 – 2 of 2) sorted by relevance
17 static FARPROC GetProcAddressA(HMODULE hModule, LPCSTR lpProcName) in GetProcAddressA() argument28 return GetProcAddressW(hModule, lpProcNameW); in GetProcAddressA()656 if ((ret.f = GetProcAddress(me32.hModule, name))) { in win32_globallookup()
4246 HMODULE hModule = NULL; local4272 hModule = LoadLibraryA(fullFileName);4278 return hModule;