Lines Matching refs:STDMETHODIMP
58 STDMETHODIMP CExtractCallbackImp::SetNumFiles(UInt64 in SetNumFiles()
72 STDMETHODIMP CExtractCallbackImp::SetTotal(UInt64 total) in SetTotal()
78 STDMETHODIMP CExtractCallbackImp::SetCompleted(const UInt64 *value) in SetCompleted()
128 STDMETHODIMP CExtractCallbackImp::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) in SetRatioInfo()
150 STDMETHODIMP CExtractCallbackImp::AskOverwrite( in AskOverwrite()
182 STDMETHODIMP CExtractCallbackImp::PrepareOperation(const wchar_t *name, bool isFolder, Int32 /* ask… in PrepareOperation()
188 STDMETHODIMP CExtractCallbackImp::MessageError(const wchar_t *s) in MessageError()
203 STDMETHODIMP CExtractCallbackImp::ShowMessage(const wchar_t *s) in ShowMessage()
211 STDMETHODIMP CExtractCallbackImp::SetOperationResult(Int32 opRes, bool encrypted) in SetOperationResult()
516 STDMETHODIMP CExtractCallbackImp::CryptoGetTextPassword(BSTR *password) in CryptoGetTextPassword()
543 STDMETHODIMP CExtractCallbackImp::AskWrite( in AskWrite()
638 STDMETHODIMP CExtractCallbackImp::UseExtractToStream(Int32 *res) in UseExtractToStream()
673 STDMETHODIMP CExtractCallbackImp::GetStream7(const wchar_t *name, in GetStream7()
763 STDMETHODIMP CExtractCallbackImp::PrepareOperation7(Int32 askExtractMode) in PrepareOperation7()
786 STDMETHODIMP CExtractCallbackImp::SetOperationResult7(Int32 opRes, bool encrypted) in SetOperationResult7()
818 STDMETHODIMP CVirtFileSystem::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write()