Lines Matching refs:CHandler
71 class CHandler: class
133 CHandler();
136 CHandler::CHandler() in CHandler() function in NArchive::NXz::CHandler
304 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
333 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) in GetNumberOfItems()
339 STDMETHODIMP CHandler::GetProperty(UInt32, PROPID propID, PROPVARIANT *value) in GetProperty()
404 HRESULT CHandler::Open2(IInStream *inStream, /* UInt32 flags, */ IArchiveOpenCallback *callback) in Open2()
480 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *callback) in Open()
490 STDMETHODIMP CHandler::OpenSeq(ISequentialInStream *stream) in OpenSeq()
499 STDMETHODIMP CHandler::Close() in Close()
697 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems, in Extract()
747 STDMETHODIMP CHandler::GetFileTimeType(UInt32 *timeType) in GetFileTimeType()
753 STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outStream, UInt32 numItems, in UpdateItems()
904 STDMETHODIMP CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt3… in SetProperties()