Searched refs:psapi_GetModuleInformation (Results 1 – 1 of 1) sorted by relevance
420 static BOOL WINAPI (*psapi_GetModuleInformation) (HANDLE, HMODULE, LPMODULEINFO, DWORD) = NULL; variable436 psapi_GetModuleInformation == NULL || in psapi_get_dll_name()449 psapi_GetModuleInformation = GetProcAddress (psapi_module_handle, "GetModuleInformation"); in psapi_get_dll_name()453 psapi_GetModuleInformation == NULL || in psapi_get_dll_name()480 if (!(*psapi_GetModuleInformation) (current_process_handle, in psapi_get_dll_name()