Lines Matching refs:HRESULT

19 HRESULT Archive_GetItemBoolProp(IInArchive *arc, UInt32 index, PROPID propID, bool &result) throw();

20 HRESULT Archive_IsItem_Dir(IInArchive *arc, UInt32 index, bool &result) throw();
21 HRESULT Archive_IsItem_Aux(IInArchive *arc, UInt32 index, bool &result) throw();
22 HRESULT Archive_IsItem_AltStream(IInArchive *arc, UInt32 index, bool &result) throw();
23 HRESULT Archive_IsItem_Deleted(IInArchive *arc, UInt32 index, bool &deleted) throw();
269 HRESULT PrepareToOpen(const COpenOptions &op, unsigned formatIndex, CMyComPtr<IInArchive> &archive);
270 HRESULT CheckZerosTail(const COpenOptions &op, UInt64 offset);
271 HRESULT OpenStream2(const COpenOptions &options);
275 HRESULT GetItem_PathToParent(UInt32 index, UInt32 parent, UStringVector &parts) const;
341 HRESULT ReadBasicProps(IInArchive *archive, UInt64 startPos, HRESULT openRes);
343 HRESULT Close()
349 HRESULT GetItem_Path(UInt32 index, UString &result) const;
350 HRESULT GetItem_DefaultPath(UInt32 index, UString &result) const;
353 HRESULT GetItem_Path2(UInt32 index, UString &result) const;
355 HRESULT GetItem(UInt32 index, CReadArcItem &item) const;
357 HRESULT GetItem_Size(UInt32 index, UInt64 &size, bool &defined) const;
369 HRESULT GetItem_MTime(UInt32 index, CArcTime &at) const;
371 HRESULT IsItem_Anti(UInt32 index, bool &result) const
375 HRESULT OpenStream(const COpenOptions &options);
376 HRESULT OpenStreamOrFile(COpenOptions &options);
378 HRESULT ReOpen(const COpenOptions &options, IArchiveOpenCallback *openCallback_Additional);
380 HRESULT CreateNewTailStream(CMyComPtr<IInStream> &stream);
415 HRESULT Close();
431 HRESULT Open(COpenOptions &options);
432 HRESULT Open2(COpenOptions &options, IOpenCallbackUI *callbackUI);
433 HRESULT Open3(COpenOptions &options, IOpenCallbackUI *callbackUI);
435 HRESULT Open_Strict(COpenOptions &options, IOpenCallbackUI *callbackUI)
437 HRESULT result = Open3(options, callbackUI);
443 HRESULT ReOpen(COpenOptions &options);