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()
147 HRESULT res = Print_OpenArchive_Error(*_se, codecs, arcLink); in OpenResult()
156 HRESULT CUpdateCallbackConsole::StartScanning() in StartScanning()
164 HRESULT CUpdateCallbackConsole::ScanProgress(const CDirItemsStat &st, const FString &path, bool /* … in ScanProgress()
194 HRESULT CCallbackConsoleBase::ScanError_Base(const FString &path, DWORD systemError) in ScanError_Base()
204 HRESULT CCallbackConsoleBase::OpenFileError_Base(const FString &path, DWORD systemError) in OpenFileError_Base()
220 HRESULT CCallbackConsoleBase::ReadingFileError_Base(const FString &path, DWORD systemError) in ReadingFileError_Base()
227 HRESULT CUpdateCallbackConsole::ScanError(const FString &path, DWORD systemError) in ScanError()
245 HRESULT CUpdateCallbackConsole::FinishScanning(const CDirItemsStat &st) in FinishScanning()
264 HRESULT CUpdateCallbackConsole::StartOpenArchive(const wchar_t *name) in StartOpenArchive()
278 HRESULT CUpdateCallbackConsole::StartArchive(const wchar_t *name, bool updating) in StartArchive()
292 HRESULT CUpdateCallbackConsole::FinishArchive(const CFinishArchiveStat &st) in FinishArchive()
313 HRESULT CUpdateCallbackConsole::WriteSfx(const wchar_t *name, UInt64 size) in WriteSfx()
327 HRESULT CUpdateCallbackConsole::DeletingAfterArchiving(const FString &path, bool /* isDir */) in DeletingAfterArchiving()
380 HRESULT CUpdateCallbackConsole::FinishDeletingAfterArchiving() in FinishDeletingAfterArchiving()
388 HRESULT CUpdateCallbackConsole::CheckBreak() in CheckBreak()
401 HRESULT CUpdateCallbackConsole::SetNumItems(UInt64 numItems) in SetNumItems()
413 HRESULT CUpdateCallbackConsole::SetTotal(UInt64 size) in SetTotal()
424 HRESULT CUpdateCallbackConsole::SetCompleted(const UInt64 *completeValue) in SetCompleted()
438 HRESULT CUpdateCallbackConsole::SetRatioInfo(const UInt64 * /* inSize */, const UInt64 * /* outSize… in SetRatioInfo()
443 HRESULT CCallbackConsoleBase::PrintProgress(const wchar_t *name, const char *command, bool showInLo… in PrintProgress()
486 HRESULT CUpdateCallbackConsole::GetStream(const wchar_t *name, bool /* isDir */, bool isAnti, UInt3… in GetStream()
519 HRESULT CUpdateCallbackConsole::OpenFileError(const FString &path, DWORD systemError) in OpenFileError()
524 HRESULT CUpdateCallbackConsole::ReadingFileError(const FString &path, DWORD systemError) in ReadingFileError()
529 HRESULT CUpdateCallbackConsole::SetOperationResult(Int32) in SetOperationResult()
538 HRESULT CUpdateCallbackConsole::ReportExtractResult(Int32 opRes, Int32 isEncrypted, const wchar_t *… in ReportExtractResult()
562 HRESULT CUpdateCallbackConsole::ReportUpdateOpeartion(UInt32 op, const wchar_t *name, bool /* isDir… in ReportUpdateOpeartion()
608 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) in CryptoGetTextPassword2()
637 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword(BSTR *password) in CryptoGetTextPassword()
662 HRESULT CUpdateCallbackConsole::ShowDeleteFile(const wchar_t *name, bool /* isDir */) in ShowDeleteFile()