Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/UI/GUI/UpdateCallbackGUI.h')
-rwxr-xr-x7zip/UI/GUI/UpdateCallbackGUI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/7zip/UI/GUI/UpdateCallbackGUI.h b/7zip/UI/GUI/UpdateCallbackGUI.h
index bd25580a..16f0220c 100755
--- a/7zip/UI/GUI/UpdateCallbackGUI.h
+++ b/7zip/UI/GUI/UpdateCallbackGUI.h
@@ -27,6 +27,7 @@ public:
HRESULT OpenResult(const wchar_t *name, HRESULT result);
HRESULT StartScanning();
+ HRESULT CanNotFindError(const wchar_t *name, DWORD systemError);
HRESULT FinishScanning();
HRESULT StartArchive(const wchar_t *name, bool updating);
@@ -56,6 +57,7 @@ public:
UStringVector Messages;
int NumArchiveErrors;
void AddErrorMessage(LPCWSTR message);
+ void AddErrorMessage(const wchar_t *name, DWORD systemError);
};
#endif