Searched refs:CExtractCallbackImp (Results 1 – 8 of 8) sorted by relevance
38 CExtractCallbackImp::~CExtractCallbackImp() {} in ~CExtractCallbackImp()40 void CExtractCallbackImp::Init() in Init()50 void CExtractCallbackImp::AddError_Message(LPCWSTR s) in AddError_Message()58 STDMETHODIMP CExtractCallbackImp::SetNumFiles(UInt64 in SetNumFiles()72 STDMETHODIMP CExtractCallbackImp::SetTotal(UInt64 total) in SetTotal()78 STDMETHODIMP CExtractCallbackImp::SetCompleted(const UInt64 *value) in SetCompleted()83 HRESULT CExtractCallbackImp::Open_CheckBreak() in Open_CheckBreak()88 HRESULT CExtractCallbackImp::Open_SetTotal(const UInt64 * /* numFiles */, const UInt64 * /* numByte… in Open_SetTotal()94 HRESULT CExtractCallbackImp::Open_SetCompleted(const UInt64 * /* numFiles */, const UInt64 * /* num… in Open_SetCompleted()102 HRESULT CExtractCallbackImp::Open_CryptoGetTextPassword(BSTR *password) in Open_CryptoGetTextPassword()[all …]
165 class CExtractCallbackImp:298 CExtractCallbackImp(): in CExtractCallbackImp() function311 ~CExtractCallbackImp();
22 void CExtractCallbackImp::Init(IInArchive *archiveHandler, in Init()38 HRESULT CExtractCallbackImp::Open_CheckBreak() in Open_CheckBreak()47 HRESULT CExtractCallbackImp::Open_SetTotal(const UInt64 * /* numFiles */, const UInt64 * /* numByte… in Open_SetTotal()52 HRESULT CExtractCallbackImp::Open_SetCompleted(const UInt64 * /* numFiles */, const UInt64 * /* num… in Open_SetCompleted()61 STDMETHODIMP CExtractCallbackImp::SetTotal(UInt64 size) in SetTotal()69 STDMETHODIMP CExtractCallbackImp::SetCompleted(const UInt64 *completeValue) in SetCompleted()79 void CExtractCallbackImp::CreateComplexDirectory(const UStringVector &dirPathParts) in CreateComplexDirectory()90 STDMETHODIMP CExtractCallbackImp::GetStream(UInt32 index, in GetStream()202 STDMETHODIMP CExtractCallbackImp::PrepareOperation(Int32 askExtractMode) in PrepareOperation()208 STDMETHODIMP CExtractCallbackImp::SetOperationResult(Int32 resultEOperationResult) in SetOperationResult()
22 class CExtractCallbackImp:81 virtual ~CExtractCallbackImp() { ProgressDialog.Destroy(); } in ~CExtractCallbackImp()
30 CExtractCallbackImp *ExtractCallbackSpec;111 t.ExtractCallbackSpec = new CExtractCallbackImp; in ExtractArchive()
147 CExtractCallbackImp *ecs = new CExtractCallbackImp; in WinMain2()
35 CExtractCallbackImp *extractCallback,
78 CExtractCallbackImp *ExtractCallbackSpec;160 CExtractCallbackImp *extractCallback, in ExtractGUI()