Home | History | Annotate | Download | only in Common

Lines Matching full:hresult

79   HRESULT Close();

90 HRESULT COutMultiVolStream::Close()
92 HRESULT res = S_OK;
98 HRESULT res2 = s.StreamSpec->Close();
292 virtual HRESULT ShowDeleteFile(int arcIndex);
295 HRESULT CUpdateProduceCallbackImp::ShowDeleteFile(int arcIndex)
301 static HRESULT Compress(
324 HRESULT result = archive2.QueryInterface(IID_IOutArchive, &outArchive);
503 HRESULT result = outArchive->UpdateItems(outStream, updatePairs2.Size(), updateCallback);
513 HRESULT EnumerateInArchiveItems(const NWildcard::CCensor &censor,
564 static HRESULT UpdateWithItemLists(
622 HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, const wchar_t *path)
639 HRESULT UpdateArchive(
694 HRESULT result = arcLink.Open2(codecs, formatIndices, false, NULL, arcPath, openCallback);
743 HRESULT res = EnumerateItems(censor, dirItems, &enumCallback, errorPaths, errorCodes);