#include <ArchiveOpenCallback.h>
Public Member Functions | |
| virtual HRESULT | CheckBreak ()=0 |
| virtual HRESULT | SetTotal (const UInt64 *files, const UInt64 *bytes)=0 |
| virtual HRESULT | SetCompleted (const UInt64 *files, const UInt64 *bytes)=0 |
| virtual HRESULT | CryptoGetTextPassword (BSTR *password)=0 |
| virtual HRESULT | GetPasswordIfAny (UString &password)=0 |
Definition at line 17 of file ArchiveOpenCallback.h.
| virtual HRESULT IOpenCallbackUI::CheckBreak | ( | ) | [pure virtual] |
Referenced by COpenCallbackImp::GetStream().
| virtual HRESULT IOpenCallbackUI::SetTotal | ( | const UInt64 * | files, | |
| const UInt64 * | bytes | |||
| ) | [pure virtual] |
Referenced by COpenCallbackImp::SetCompleted().
| virtual HRESULT IOpenCallbackUI::SetCompleted | ( | const UInt64 * | files, | |
| const UInt64 * | bytes | |||
| ) | [pure virtual] |
| virtual HRESULT IOpenCallbackUI::CryptoGetTextPassword | ( | BSTR * | password | ) | [pure virtual] |
Referenced by COpenCallbackImp::CryptoGetTextPassword().
| virtual HRESULT IOpenCallbackUI::GetPasswordIfAny | ( | UString & | password | ) | [pure virtual] |
Referenced by DecompressArchives().
1.5.6