Lines Matching refs:mod
392 HMODULE mod = GetModuleHandle(NULL);
393 GetModuleFileName(mod, exe_path, arraysize(exe_path) - 1);
400 if (GetModuleVersion(mod, &high, &low)) {
507 HMODULE mod = ::GetModuleHandleA("ieframe.dll");
508 if (!mod)
509 mod = ::GetModuleHandleA("shdocvw.dll");
511 if (!mod) {
518 ::GetProcAddress(mod, "DoFileDownload"));