#include <vms7zipArchive.h>

Public Member Functions | |
| virtual bool | Extract (LPCSTR pszArchive, LPCSTR pszOutFolder) |
| vms7zipArchive () | |
| virtual | ~vms7zipArchive () |
Protected Member Functions | |
| bool | Find7zipDLL (vms7zipFormatDLL &dll, LPCSTR pszArchive, bool bByExt, CMyComPtr< IInStream > &spFile, CMyComPtr< IInArchive > &spArc) |
Definition at line 19 of file vms7zipArchive.h.
| vms7zipArchive::vms7zipArchive | ( | ) |
| vms7zipArchive::~vms7zipArchive | ( | ) | [virtual] |
Definition at line 54 of file vms7zipArchive.cpp.
Reimplemented from vmsArchive.
Definition at line 59 of file vms7zipArchive.cpp.
References AEE_ABORTED_BY_USER, AEE_GENERIC_ERROR, AEE_NO_ERROR, b, FAILED, Find7zipDLL(), fsGetFileName(), vms7zipArchiveExtractCallback::get_FurtherExtractFile(), hr, HRESULT, vms7zipArchiveExtractCallback::is_AbortedByUser(), vmsArchive::m_errExtract, vmsArchive::m_pAC, MY_MAX_PATH, NULL, and CInFileStream::Open().
| bool vms7zipArchive::Find7zipDLL | ( | vms7zipFormatDLL & | dll, | |
| LPCSTR | pszArchive, | |||
| bool | bByExt, | |||
| CMyComPtr< IInStream > & | spFile, | |||
| CMyComPtr< IInArchive > & | spArc | |||
| ) | [protected] |
Definition at line 101 of file vms7zipArchive.cpp.
References vms7zipFormatDLL::CreateObject(), FAILED, vms7zipFormatDLL::get_GUID(), vms7zipFormatDLL::IsSupportedArchive(), vms7zipFormatDLL::Load(), NULL, S_OK, and STREAM_SEEK_SET.
Referenced by Extract().
1.5.6