Home
last modified time | relevance | path

Searched refs:hKernel32 (Results 1 - 4 of 4) sorted by relevance

/third_party/curl/lib/
H A Dsystem_win32.c212 HMODULE hKernel32 = GetModuleHandle(TEXT("kernel32")); in Curl_load_library() local
213 if(!hKernel32) in Curl_load_library()
220 (GetProcAddress(hKernel32, LOADLIBARYEX))); in Curl_load_library()
235 else if(pLoadLibraryEx && GetProcAddress(hKernel32, "AddDllDirectory")) { in Curl_load_library()
/third_party/python/Python/
H A Dsysmodule.c1467 HANDLE hKernel32; in sys_getwindowsversion_impl() local
1499 hKernel32 = GetModuleHandleW(L"kernel32.dll"); in sys_getwindowsversion_impl() local
1501 if (hKernel32 && GetModuleFileNameW(hKernel32, kernel32_path, MAX_PATH) && in sys_getwindowsversion_impl()
/third_party/python/Modules/
H A D_winapi.c75 HINSTANCE hKernel32 = GetModuleHandle("KERNEL32"); in check_CancelIoEx() local
76 * (FARPROC *) &Py_CancelIoEx = GetProcAddress(hKernel32, in check_CancelIoEx()
H A Dposixmodule.c14711 HMODULE hKernel32; in os__add_dll_directory_impl() local
14724 if (!(hKernel32 = GetModuleHandleW(L"kernel32")) || in os__add_dll_directory_impl()
14726 hKernel32, "AddDllDirectory")) || in os__add_dll_directory_impl()
14756 HMODULE hKernel32; in os__remove_dll_directory_impl() local
14774 if (!(hKernel32 = GetModuleHandleW(L"kernel32")) || in os__remove_dll_directory_impl()
14776 hKernel32, "RemoveDllDirectory")) || in os__remove_dll_directory_impl()

Completed in 26 milliseconds