Lines Matching refs:CHandler
31 CHandler::CHandler() in CHandler() function in NArchive::N7z::CHandler
49 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) in GetNumberOfItems()
59 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) in GetNumberOfProperties()
65 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */, in GetPropertyInfo()
154 void CHandler::AddMethodName(AString &s, UInt64 id) in AddMethodName()
166 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
261 bool CHandler::IsFolderEncrypted(CNum folderIndex) const in IsFolderEncrypted()
289 STDMETHODIMP CHandler::GetNumRawProps(UInt32 *numProps) in GetNumRawProps()
295 STDMETHODIMP CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo()
302 STDMETHODIMP CHandler::GetParent(UInt32 /* index */, UInt32 *parent, UInt32 *parentType) in GetParent()
314 STDMETHODIMP CHandler::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize,… in GetRawProp()
358 HRESULT CHandler::SetMethodToProp(CNum folderIndex, PROPVARIANT *prop) const in SetMethodToProp()
535 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty()
645 STDMETHODIMP CHandler::Open(IInStream *stream, in Open()
703 STDMETHODIMP CHandler::Close() in Close()
720 STDMETHODIMP CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt3… in SetProperties()