Lines Matching refs:HRESULT
39 static HRESULT CheckBreak2()
44 HRESULT Print_OpenArchive_Props(CStdOutStream &so, const CCodecs *codecs, const CArchiveLink &arcLink);
45 HRESULT Print_OpenArchive_Error(CStdOutStream &so, const CCodecs *codecs, const CArchiveLink &arcLink);
51 HRESULT CUpdateCallbackConsole::OpenResult(
53 const wchar_t *name, HRESULT result)
152 HRESULT res = Print_OpenArchive_Error(*_se, codecs, arcLink);
161 HRESULT CUpdateCallbackConsole::StartScanning()
169 HRESULT CUpdateCallbackConsole::ScanProgress(const CDirItemsStat &st, const FString &path, bool /* isDir */)
217 HRESULT CCallbackConsoleBase::ScanError_Base(const FString &path, DWORD systemError)
227 HRESULT CCallbackConsoleBase::OpenFileError_Base(const FString &path, DWORD systemError)
244 HRESULT CCallbackConsoleBase::ReadingFileError_Base(const FString &path, DWORD systemError)
251 HRESULT CUpdateCallbackConsole::ScanError(const FString &path, DWORD systemError)
270 HRESULT CUpdateCallbackConsole::FinishScanning(const CDirItemsStat &st)
289 HRESULT CUpdateCallbackConsole::StartOpenArchive(const wchar_t *name)
303 HRESULT CUpdateCallbackConsole::StartArchive(const wchar_t *name, bool updating)
323 HRESULT CUpdateCallbackConsole::FinishArchive(const CFinishArchiveStat &st)
350 HRESULT CUpdateCallbackConsole::WriteSfx(const wchar_t *name, UInt64 size)
364 HRESULT CUpdateCallbackConsole::DeletingAfterArchiving(const FString &path, bool /* isDir */)
418 HRESULT CUpdateCallbackConsole::FinishDeletingAfterArchiving()
426 HRESULT CUpdateCallbackConsole::CheckBreak()
432 HRESULT CUpdateCallbackConsole::Finalize()
447 HRESULT CUpdateCallbackConsole::SetNumItems(const CArcToDoStat &stat)
468 HRESULT CUpdateCallbackConsole::SetTotal(UInt64 size)
479 HRESULT CUpdateCallbackConsole::SetCompleted(const UInt64 *completeValue)
493 HRESULT CUpdateCallbackConsole::SetRatioInfo(const UInt64 * /* inSize */, const UInt64 * /* outSize */)
498 HRESULT CCallbackConsoleBase::PrintProgress(const wchar_t *name, bool isDir, const char *command, bool showInLog)
568 HRESULT CUpdateCallbackConsole::GetStream(const wchar_t *name, bool isDir, bool isAnti, UInt32 mode)
601 HRESULT CUpdateCallbackConsole::OpenFileError(const FString &path, DWORD systemError)
606 HRESULT CUpdateCallbackConsole::ReadingFileError(const FString &path, DWORD systemError)
611 HRESULT CUpdateCallbackConsole::SetOperationResult(Int32 /* opRes */)
629 HRESULT CUpdateCallbackConsole::ReportExtractResult(Int32 opRes, Int32 isEncrypted, const wchar_t *name)
655 HRESULT CUpdateCallbackConsole::ReportUpdateOperation(UInt32 op, const wchar_t *name, bool isDir)
689 HRESULT CUpdateCallbackConsole::SetPassword(const UString &
703 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password)
732 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword(BSTR *password)
757 HRESULT CUpdateCallbackConsole::ShowDeleteFile(const wchar_t *name, bool isDir)
828 HRESULT CUpdateCallbackConsole::ReportProp(UInt32 indexType, UInt32 index, PROPID propID, const PROPVARIANT *value)
853 HRESULT CUpdateCallbackConsole::ReportRawProp(UInt32 indexType, UInt32 index,
872 HRESULT CUpdateCallbackConsole::ReportFinished(UInt32 indexType, UInt32 index, Int32 opRes)