Lines Matching refs:HRESULT
31 virtual HRESULT WriteSfx(const wchar_t *name, UInt64 size) x; \
32 virtual HRESULT SetTotal(UInt64 size) x; \
33 virtual HRESULT SetCompleted(const UInt64 *completeValue) x; \
34 virtual HRESULT SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) x; \
35 virtual HRESULT CheckBreak() x; \
37 virtual HRESULT SetNumItems(const CArcToDoStat &stat) x; \
38 virtual HRESULT GetStream(const wchar_t *name, bool isDir, bool isAnti, UInt32 mode) x; \
39 virtual HRESULT OpenFileError(const FString &path, DWORD systemError) x; \
40 virtual HRESULT ReadingFileError(const FString &path, DWORD systemError) x; \
41 virtual HRESULT SetOperationResult(Int32 opRes) x; \
42 virtual HRESULT ReportExtractResult(Int32 opRes, Int32 isEncrypted, const wchar_t *name) x; \
43 virtual HRESULT ReportUpdateOpeartion(UInt32 op, const wchar_t *name, bool isDir) x; \
45 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \
46 virtual HRESULT CryptoGetTextPassword(BSTR *password) x; \
47 virtual HRESULT ShowDeleteFile(const wchar_t *name, bool isDir) x; \
118 virtual HRESULT InFileStream_On_Error(UINT_PTR val, DWORD error);