Searched refs:hMod (Results 1 – 3 of 3) sorted by relevance
34 HMODULE hMod = GetModuleHandle("kernel32.dll"); in get_time_func() local36 if (hMod) { in get_time_func()38 timefunc = (MyGetSystemTimeAsFileTime)GetProcAddress(hMod, "GetSystemTimePreciseAsFileTime"); in get_time_func()
653 HMODULE hMod = GetModuleHandle("api-ms-win-core-path-l1-1-0"); in php_win32_ioutil_init() local655 if (hMod) { in php_win32_ioutil_init()656 canonicalize_path_w = (MyPathCchCanonicalizeEx)GetProcAddress(hMod, "PathCchCanonicalizeEx"); in php_win32_ioutil_init()
737 HMODULE hMod = GetModuleHandle("php.exe"); \740 get_callbacks = (get_cli_shell_callbacks)GetProcAddress(hMod, "php_cli_get_shell_callbacks"); \
Completed in 11 milliseconds