Home
last modified time | relevance | path

Searched refs:import_module_name (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/shell32/
H A Dshlexec.c2337 char *import_module_name; in hook_WaitForInputIdle() local
2339 import_module_name = base + import_descriptor->Name; in hook_WaitForInputIdle()
2340 if (lstrcmpiA(import_module_name, "user32.dll") == 0 || in hook_WaitForInputIdle()
2341 lstrcmpiA(import_module_name, "user32") == 0) in hook_WaitForInputIdle()
2366 trace("Hooked %s.WaitForInputIdle\n", import_module_name); in hook_WaitForInputIdle()