Home | History | Annotate | Download | only in Common

Lines Matching full:hresult

152   HRESULT LoadCodecs();

153 HRESULT LoadFormats();
154 HRESULT LoadDll(const CSysString &path, bool needCheckDll);
155 HRESULT LoadDllsFromFolder(const CSysString &folderPrefix);
157 HRESULT CreateArchiveHandler(const CArcInfoEx &ai, void **archive, bool outHandler) const
165 HRESULT Load();
185 HRESULT GetCodecId(UInt32 index, UInt64 &id);
188 HRESULT CreateInArchive(int formatIndex, CMyComPtr<IInArchive> &archive) const
202 HRESULT CreateOutArchive(int formatIndex, CMyComPtr<IOutArchive> &archive) const
230 HRESULT CreateCoder(const UString &name, bool encode, CMyComPtr<ICompressCoder> &coder) const;