Searched refs:GetModuleHandleA (Results 1 – 10 of 10) sorted by relevance
125 HMODULE kernel32Module = GetModuleHandleA("kernel32.dll"); in isWOW64()146 HMODULE kernel32Module = GetModuleHandleA("kernel32.dll"); in processorArchitecture()
54 return GetModuleHandleA("CFNetwork"); in findCFNetworkModule()56 return GetModuleHandleA("CFNetwork_debug"); in findCFNetworkModule()
31 *func_addr = (uptr)GetProcAddress(GetModuleHandleA(DLLS[i]), func_name); in GetRealFunctionAddress()
317 GetModuleHandleA("urlmon.dll"), in winPerror()
158 HMODULE hmod = GetModuleHandleA(module); in LogMessage()
82 #define GetModuleHandleA GetModuleHandle macro85 void* __stdcall GetModuleHandleA(const char*);3122 hmodule = GetModuleHandleA("libxml2.dll"); in xmlInitializeCatalog()3124 hmodule = GetModuleHandleA(NULL); in xmlInitializeCatalog()
737 hmod = GetModuleHandleA(module_); in ~Win32ErrorLogMessage()
219 HINSTANCE hMod = GetModuleHandleA(module); in hook()
42 ::GetProcAddress(::GetModuleHandleA("kernel32.dll"),
5367 void *__stdcall GetModuleHandleA(const char *);