Searched refs:LoadDll (Results 1 – 5 of 5) 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()
474 FileScopedHandle DLLFile(DebugEvent.u.LoadDll.hFile); in main()
309 continue_status = HandleLoadDllEvent(dbe.u.LoadDll, dbe.dwThreadId); in DebugLoop()