Lines Matching defs:hModule
65 static HMODULE hModule = NULL;
67 if (!hModule) {
81 if (!hModule) {
82 hModule = LoadLibraryA("mgwhelp.dll");
83 if (!hModule) {
93 if (!hModule) {
94 hModule = LoadLibraryA("dbghelp.dll");
97 if (!hModule) {
103 return GetProcAddress(hModule, lpProcName);
183 HMODULE hModule = NULL;
187 &hModule)) {
191 if (GetModuleFileNameA(hModule, buffer, sizeof buffer) == sizeof buffer) {
196 (unsigned long)((uintptr_t)addr - (uintptr_t)hModule));