Searched refs:hModule (Results 1 – 4 of 4) sorted by relevance
404 BOOL WINAPI DllMain (HANDLE hModule, DWORD fdwReason, LPVOID lpvReserved) in DllMain() argument409 hlibinstance = (HINSTANCE) hModule; in DllMain()
17 static FARPROC GetProcAddressA(HMODULE hModule, LPCSTR lpProcName) in GetProcAddressA() argument28 return GetProcAddressW(hModule, lpProcNameW); in GetProcAddressA()646 if ((ret.f = GetProcAddress(me32.hModule, name))) { in win32_globallookup()
4246 HMODULE hModule = NULL; local4272 hModule = LoadLibraryA(fullFileName);4278 return hModule;
5814 DllMain(HANDLE hModule, DWORD fdwReason, LPVOID lpvReserved) in DllMain() argument