Lines Matching refs:HRESULT
36 static HRESULT CheckBreak2() in CheckBreak2()
41 HRESULT Print_OpenArchive_Props(CStdOutStream &so, const CCodecs *codecs, const CArchiveLink &arcLi…
42 HRESULT Print_OpenArchive_Error(CStdOutStream &so, const CCodecs *codecs, const CArchiveLink &arcLi…
48 HRESULT CUpdateCallbackConsole::OpenResult( in OpenResult()
50 const wchar_t *name, HRESULT result) in OpenResult()
149 HRESULT res = Print_OpenArchive_Error(*_se, codecs, arcLink); in OpenResult()
158 HRESULT CUpdateCallbackConsole::StartScanning() in StartScanning()
166 HRESULT CUpdateCallbackConsole::ScanProgress(const CDirItemsStat &st, const FString &path, bool /* … in ScanProgress()
198 HRESULT CCallbackConsoleBase::ScanError_Base(const FString &path, DWORD systemError) in ScanError_Base()
208 HRESULT CCallbackConsoleBase::OpenFileError_Base(const FString &path, DWORD systemError) in OpenFileError_Base()
224 HRESULT CCallbackConsoleBase::ReadingFileError_Base(const FString &path, DWORD systemError) in ReadingFileError_Base()
231 HRESULT CUpdateCallbackConsole::ScanError(const FString &path, DWORD systemError) in ScanError()
250 HRESULT CUpdateCallbackConsole::FinishScanning(const CDirItemsStat &st) in FinishScanning()
269 HRESULT CUpdateCallbackConsole::StartOpenArchive(const wchar_t *name) in StartOpenArchive()
283 HRESULT CUpdateCallbackConsole::StartArchive(const wchar_t *name, bool updating) in StartArchive()
297 HRESULT CUpdateCallbackConsole::FinishArchive(const CFinishArchiveStat &st) in FinishArchive()
318 HRESULT CUpdateCallbackConsole::WriteSfx(const wchar_t *name, UInt64 size) in WriteSfx()
332 HRESULT CUpdateCallbackConsole::DeletingAfterArchiving(const FString &path, bool /* isDir */) in DeletingAfterArchiving()
386 HRESULT CUpdateCallbackConsole::FinishDeletingAfterArchiving() in FinishDeletingAfterArchiving()
394 HRESULT CUpdateCallbackConsole::CheckBreak() in CheckBreak()
415 HRESULT CUpdateCallbackConsole::SetNumItems(const CArcToDoStat &stat) in SetNumItems()
436 HRESULT CUpdateCallbackConsole::SetTotal(UInt64 size) in SetTotal()
447 HRESULT CUpdateCallbackConsole::SetCompleted(const UInt64 *completeValue) in SetCompleted()
461 HRESULT CUpdateCallbackConsole::SetRatioInfo(const UInt64 * /* inSize */, const UInt64 * /* outSize… in SetRatioInfo()
466 HRESULT CCallbackConsoleBase::PrintProgress(const wchar_t *name, const char *command, bool showInLo… in PrintProgress()
512 HRESULT CUpdateCallbackConsole::GetStream(const wchar_t *name, bool /* isDir */, bool isAnti, UInt3… in GetStream()
545 HRESULT CUpdateCallbackConsole::OpenFileError(const FString &path, DWORD systemError) in OpenFileError()
550 HRESULT CUpdateCallbackConsole::ReadingFileError(const FString &path, DWORD systemError) in ReadingFileError()
555 HRESULT CUpdateCallbackConsole::SetOperationResult(Int32) in SetOperationResult()
564 HRESULT CUpdateCallbackConsole::ReportExtractResult(Int32 opRes, Int32 isEncrypted, const wchar_t *… in ReportExtractResult()
590 HRESULT CUpdateCallbackConsole::ReportUpdateOpeartion(UInt32 op, const wchar_t *name, bool /* isDir… in ReportUpdateOpeartion()
636 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) in CryptoGetTextPassword2()
665 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword(BSTR *password) in CryptoGetTextPassword()
690 HRESULT CUpdateCallbackConsole::ShowDeleteFile(const wchar_t *name, bool /* isDir */) in ShowDeleteFile()