get_proc_address 128 win32/win32.c static FARPROC get_proc_address(const char *module, const char *func, HANDLE *mh); get_proc_address 444 win32/win32.c get_proc_address("shell32", "SHGetPathFromIDListEx", NULL); get_proc_address 1825 win32/win32.c get_proc_address("kernel32", "GetFinalPathNameByHandleW", NULL); get_proc_address 2367 win32/win32.c char *p = (char*)get_proc_address("ucrtbase.dll", "_isatty", NULL); get_proc_address 4020 win32/win32.c (cigl_t)get_proc_address("iphlpapi.dll", get_proc_address 4024 win32/win32.c (cilnA_t)get_proc_address("iphlpapi.dll", get_proc_address 4951 win32/win32.c get_proc_address("kernel32", "CreateSymbolicLinkW", NULL); get_proc_address 5959 win32/win32.c pNtQueryInformationProcess = (query_func *)get_proc_address("ntdll.dll", "NtQueryInformationProcess", NULL); get_proc_address 7400 win32/win32.c get_proc_address("kernel32", "SetFileInformationByHandle", NULL); get_proc_address 7466 win32/win32.c pInetNtop = (inet_ntop_t *)get_proc_address("ws2_32", "inet_ntop", NULL); get_proc_address 7484 win32/win32.c pInetPton = (inet_pton_t *)get_proc_address("ws2_32", "inet_pton", NULL);