Searched refs:hmod (Results 1 – 1 of 1) sorted by relevance
166 HMODULE hmod = LoadLibrary("kernel32.dll"); in disableWow64FsRedirection() local167 if (hmod != NULL) { in disableWow64FsRedirection()168 FARPROC proc = GetProcAddress(hmod, "Wow64DisableWow64FsRedirection"); in disableWow64FsRedirection()175 FreeLibrary(hmod); in disableWow64FsRedirection()189 HMODULE hmod = LoadLibrary("kernel32.dll"); in revertWow64FsRedirection() local190 if (hmod != NULL) { in revertWow64FsRedirection()191 FARPROC proc = GetProcAddress(hmod, "Wow64RevertWow64FsRedirection"); in revertWow64FsRedirection()198 FreeLibrary(hmod); in revertWow64FsRedirection()