Searched refs:hMod (Results 1 – 3 of 3) sorted by relevance
36 HMODULE hMod = GetModuleHandle("kernel32.dll"); in get_time_func() local38 if (hMod) { in get_time_func()40 timefunc = (MyGetSystemTimeAsFileTime)GetProcAddress(hMod, "GetSystemTimePreciseAsFileTime"); in get_time_func()
615 HMODULE hMod = GetModuleHandle("api-ms-win-core-path-l1-1-0"); in php_win32_ioutil_init() local617 if (hMod) { in php_win32_ioutil_init()618 canonicalize_path_w = (MyPathCchCanonicalizeEx)GetProcAddress(hMod, "PathCchCanonicalizeEx"); in php_win32_ioutil_init()
717 HMODULE hMod = GetModuleHandle("php.exe"); \720 get_callbacks = (get_cli_shell_callbacks)GetProcAddress(hMod, "php_cli_get_shell_callbacks"); \
Completed in 18 milliseconds