Lines Matching refs:HRESULT
19 virtual HRESULT WriteSfx(const wchar_t *name, UInt64 size) x; \
20 virtual HRESULT SetTotal(UInt64 size) x; \
21 virtual HRESULT SetCompleted(const UInt64 *completeValue) x; \
22 virtual HRESULT SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) x; \
23 virtual HRESULT CheckBreak() x; \
25 virtual HRESULT SetNumItems(UInt64 numItems) x; \
26 virtual HRESULT GetStream(const wchar_t *name, bool isDir, bool isAnti, UInt32 mode) x; \
27 virtual HRESULT OpenFileError(const FString &path, DWORD systemError) x; \
28 virtual HRESULT ReadingFileError(const FString &path, DWORD systemError) x; \
29 virtual HRESULT SetOperationResult(Int32 opRes) x; \
30 virtual HRESULT ReportExtractResult(Int32 opRes, Int32 isEncrypted, const wchar_t *name) x; \
31 virtual HRESULT ReportUpdateOpeartion(UInt32 op, const wchar_t *name, bool isDir) x; \
33 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \
34 virtual HRESULT CryptoGetTextPassword(BSTR *password) x; \
35 virtual HRESULT ShowDeleteFile(const wchar_t *name, bool isDir) x; \
106 virtual HRESULT InFileStream_On_Error(UINT_PTR val, DWORD error);