Searched refs:LoadDll (Results 1 – 3 of 3) sorted by relevance
476 HRESULT CCodecs::LoadDll(const FString &dllPath, bool needCheckDll, bool *loadedOK) in LoadDll() function in CCodecs548 RINOK(LoadDll(folderPrefix + fi.Name, true)); in LoadDllsFromFolder()634 RINOK(LoadDll(baseFolder + kMainDll, false, &loadedOK)); in Load()
270 HRESULT LoadDll(const FString &path, bool needCheckDll, bool *loadedOK = NULL);
475 FileScopedHandle DLLFile(DebugEvent.u.LoadDll.hFile); in main()