Lines Matching refs:Int32
175 STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, Int32 askExtractMode);
176 STDMETHOD(PrepareOperation)(Int32 askExtractMode);
177 STDMETHOD(SetOperationResult)(Int32 resultEOperationResult);
229 ISequentialOutStream **outStream, Int32 askExtractMode) in GetStream()
343 STDMETHODIMP CArchiveExtractCallback::PrepareOperation(Int32 askExtractMode) in PrepareOperation()
360 STDMETHODIMP CArchiveExtractCallback::SetOperationResult(Int32 operationResult) in SetOperationResult()
447 Int32 *newData, Int32 *newProperties, UInt32 *indexInArchive);
450 STDMETHOD(SetOperationResult)(Int32 operationResult);
454 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
504 Int32 *newData, Int32 *newProperties, UInt32 *indexInArchive) in GetUpdateItemInfo()
594 STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32 /* operationResult */) in SetOperationResult() argument
629 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *passwor… in CryptoGetTextPassword2()
862 HRESULT result = archive->Extract(NULL, (UInt32)(Int32)(-1), false, extractCallback); in main()