Home | History | Annotate | Download | only in Common

Lines Matching refs:STDMETHODIMP

39 STDMETHODIMP CFilterCoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream,

84 STDMETHODIMP CFilterCoder::SetOutStream(ISequentialOutStream *outStream)
91 STDMETHODIMP CFilterCoder::ReleaseOutStream()
98 STDMETHODIMP CFilterCoder::Write(const void *data, UInt32 size, UInt32 *processedSize)
132 STDMETHODIMP CFilterCoder::Flush()
156 STDMETHODIMP CFilterCoder::SetInStream(ISequentialInStream *inStream)
163 STDMETHODIMP CFilterCoder::ReleaseInStream()
169 STDMETHODIMP CFilterCoder::Read(void *data, UInt32 size, UInt32 *processedSize)
213 STDMETHODIMP CFilterCoder::CryptoSetPassword(const Byte *data, UInt32 size)
220 STDMETHODIMP CFilterCoder::SetCoderProperties(const PROPID *propIDs,
226 STDMETHODIMP CFilterCoder::WriteCoderProperties(ISequentialOutStream *outStream)
232 STDMETHODIMP CFilterCoder::ResetSalt()
238 STDMETHODIMP CFilterCoder::ResetInitVector()
244 STDMETHODIMP CFilterCoder::SetDecoderProperties2(const Byte *data, UInt32 size)