Lines Matching refs:HRESULT

34   virtual HRESULT WriteSfx(const wchar_t *name, UInt64 size) x \

35 virtual HRESULT SetTotal(UInt64 size) x \
36 virtual HRESULT SetCompleted(const UInt64 *completeValue) x \
37 virtual HRESULT SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) x \
38 virtual HRESULT CheckBreak() x \
39 /* virtual HRESULT Finalize() x */ \
40 virtual HRESULT SetNumItems(const CArcToDoStat &stat) x \
41 virtual HRESULT GetStream(const wchar_t *name, bool isDir, bool isAnti, UInt32 mode) x \
42 virtual HRESULT OpenFileError(const FString &path, DWORD systemError) x \
43 virtual HRESULT ReadingFileError(const FString &path, DWORD systemError) x \
44 virtual HRESULT SetOperationResult(Int32 opRes) x \
45 virtual HRESULT ReportExtractResult(Int32 opRes, Int32 isEncrypted, const wchar_t *name) x \
46 virtual HRESULT ReportUpdateOperation(UInt32 op, const wchar_t *name, bool isDir) x \
47 /* virtual HRESULT SetPassword(const UString &password) x */ \
48 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x \
49 virtual HRESULT CryptoGetTextPassword(BSTR *password) x \
50 virtual HRESULT ShowDeleteFile(const wchar_t *name, bool isDir) x \
53 virtual HRESULT ReportProp(UInt32 indexType, UInt32 index, PROPID propID, const PROPVARIANT *value) x \
54 virtual HRESULT ReportRawProp(UInt32 indexType, UInt32 index, PROPID propID, const void *data, UInt32 dataSize, UInt32 propType) x \
55 virtual HRESULT ReportFinished(UInt32 indexType, UInt32 index, Int32 opRes) x \
58 /* virtual HRESULT CloseProgress() { return S_OK; } */
146 virtual HRESULT InFileStream_On_Error(UINT_PTR val, DWORD error) Z7_override;