Lines Matching refs:STDMETHODIMP
64 STDMETHODIMP CExtractCallbackImp::SetNumFiles(UInt64 in SetNumFiles()
78 STDMETHODIMP CExtractCallbackImp::SetTotal(UInt64 total) in SetTotal()
84 STDMETHODIMP CExtractCallbackImp::SetCompleted(const UInt64 *value) in SetCompleted()
171 STDMETHODIMP CExtractCallbackImp::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) in SetRatioInfo()
193 STDMETHODIMP CExtractCallbackImp::AskOverwrite( in AskOverwrite()
225 STDMETHODIMP CExtractCallbackImp::PrepareOperation(const wchar_t *name, Int32 isFolder, Int32 askEx… in PrepareOperation()
242 STDMETHODIMP CExtractCallbackImp::MessageError(const wchar_t *s) in MessageError()
257 STDMETHODIMP CExtractCallbackImp::ShowMessage(const wchar_t *s) in ShowMessage()
356 STDMETHODIMP CExtractCallbackImp::SetOperationResult(Int32 opRes, Int32 encrypted) in SetOperationResult()
382 STDMETHODIMP CExtractCallbackImp::ReportExtractResult(Int32 opRes, Int32 encrypted, const wchar_t *… in ReportExtractResult()
656 STDMETHODIMP CExtractCallbackImp::CryptoGetTextPassword(BSTR *password) in CryptoGetTextPassword()
683 STDMETHODIMP CExtractCallbackImp::AskWrite( in AskWrite()
775 STDMETHODIMP CExtractCallbackImp::UseExtractToStream(Int32 *res) in UseExtractToStream()
810 STDMETHODIMP CExtractCallbackImp::GetStream7(const wchar_t *name, in GetStream7()
900 STDMETHODIMP CExtractCallbackImp::PrepareOperation7(Int32 askExtractMode) in PrepareOperation7()
923 STDMETHODIMP CExtractCallbackImp::SetOperationResult7(Int32 opRes, Int32 encrypted) in SetOperationResult7()
955 STDMETHODIMP CVirtFileSystem::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write()