Lines Matching refs:HRESULT
18 HRESULT Archive_GetItemBoolProp(IInArchive *arc, UInt32 index, PROPID propID, bool &result) throw();
19 HRESULT Archive_IsItem_Dir(IInArchive *arc, UInt32 index, bool &result) throw();
20 HRESULT Archive_IsItem_Aux(IInArchive *arc, UInt32 index, bool &result) throw();
21 HRESULT Archive_IsItem_AltStream(IInArchive *arc, UInt32 index, bool &result) throw();
22 HRESULT Archive_IsItem_Deleted(IInArchive *arc, UInt32 index, bool &deleted) throw();
263 …HRESULT PrepareToOpen(const COpenOptions &op, unsigned formatIndex, CMyComPtr<IInArchive> &archive…
264 HRESULT CheckZerosTail(const COpenOptions &op, UInt64 offset);
265 HRESULT OpenStream2(const COpenOptions &options);
269 HRESULT GetItemPathToParent(UInt32 index, UInt32 parent, UStringVector &parts) const;
334 HRESULT ReadBasicProps(IInArchive *archive, UInt64 startPos, HRESULT openRes);
338 HRESULT Close() in Close()
344 HRESULT GetItemPath(UInt32 index, UString &result) const;
345 HRESULT GetDefaultItemPath(UInt32 index, UString &result) const;
348 HRESULT GetItemPath2(UInt32 index, UString &result) const;
350 HRESULT GetItem(UInt32 index, CReadArcItem &item) const;
352 HRESULT GetItemSize(UInt32 index, UInt64 &size, bool &defined) const;
353 HRESULT GetItemMTime(UInt32 index, FILETIME &ft, bool &defined) const;
354 HRESULT IsItemAnti(UInt32 index, bool &result) const in IsItemAnti()
358 HRESULT OpenStream(const COpenOptions &options);
359 HRESULT OpenStreamOrFile(COpenOptions &options);
361 HRESULT ReOpen(const COpenOptions &options);
363 HRESULT CreateNewTailStream(CMyComPtr<IInStream> &stream);
391 HRESULT Close();
400 HRESULT Open(COpenOptions &options);
401 HRESULT Open2(COpenOptions &options, IOpenCallbackUI *callbackUI);
402 HRESULT Open3(COpenOptions &options, IOpenCallbackUI *callbackUI);
404 HRESULT Open_Strict(COpenOptions &options, IOpenCallbackUI *callbackUI) in Open_Strict()
406 HRESULT result = Open3(options, callbackUI); in Open_Strict()
412 HRESULT ReOpen(COpenOptions &options);