mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 02:07:09 -06:00
4.20
This commit is contained in:
committed by
Kornel Lesiński
parent
8c1b5c7b7e
commit
3c510ba80b
@@ -1,9 +1,7 @@
|
||||
// UpdateCallback.h
|
||||
// UpdateCallback100.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __UPDATECALLBACK100_H
|
||||
#define __UPDATECALLBACK100_H
|
||||
#ifndef __UPDATE_CALLBACK100_H
|
||||
#define __UPDATE_CALLBACK100_H
|
||||
|
||||
#include "Common/MyCom.h"
|
||||
#include "Common/String.h"
|
||||
@@ -35,13 +33,17 @@ public:
|
||||
STDMETHOD(CompressOperation)(const wchar_t *name);
|
||||
STDMETHOD(DeleteOperation)(const wchar_t *name);
|
||||
STDMETHOD(OperationResult)(INT32 operationResult);
|
||||
STDMETHOD(UpdateErrorMessage)(const wchar_t *message);
|
||||
|
||||
STDMETHOD(CryptoGetTextPassword2)(INT32 *passwordIsDefined, BSTR *password);
|
||||
private:
|
||||
bool _passwordIsDefined;
|
||||
UString _password;
|
||||
|
||||
void AddErrorMessage(LPCWSTR message);
|
||||
CSysStringVector Messages;
|
||||
public:
|
||||
~CUpdateCallback100Imp();
|
||||
CProgressDialog ProgressDialog;
|
||||
HWND _parentWindow;
|
||||
void Init(HWND parentWindow,
|
||||
@@ -59,6 +61,4 @@ public:
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user