Searched refs:psapi_GetModuleInformation (Results 1 – 1 of 1) sorted by relevance
415 static BOOL WINAPI (*psapi_GetModuleInformation) (HANDLE, HMODULE, LPMODULEINFO, DWORD) = NULL; variable431 psapi_GetModuleInformation == NULL || in psapi_get_dll_name()444 psapi_GetModuleInformation = GetProcAddress (psapi_module_handle, "GetModuleInformation"); in psapi_get_dll_name()448 psapi_GetModuleInformation == NULL || in psapi_get_dll_name()475 if (!(*psapi_GetModuleInformation) (current_process_handle, in psapi_get_dll_name()