Lines Matching refs:CHandler
31 CHandler::CHandler() in CHandler() function in NArchive::N7z::CHandler
50 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) in GetNumberOfItems()
60 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) in GetNumberOfProperties()
66 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */, in GetPropertyInfo()
155 void CHandler::AddMethodName(AString &s, UInt64 id) in AddMethodName()
167 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
255 bool CHandler::IsFolderEncrypted(CNum folderIndex) const in IsFolderEncrypted()
283 STDMETHODIMP CHandler::GetNumRawProps(UInt32 *numProps) in GetNumRawProps()
289 STDMETHODIMP CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo()
296 STDMETHODIMP CHandler::GetParent(UInt32 /* index */, UInt32 *parent, UInt32 *parentType) in GetParent()
308 STDMETHODIMP CHandler::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize,… in GetRawProp()
352 HRESULT CHandler::SetMethodToProp(CNum folderIndex, PROPVARIANT *prop) const in SetMethodToProp()
529 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty()
639 STDMETHODIMP CHandler::Open(IInStream *stream, in Open()
697 STDMETHODIMP CHandler::Close() in Close()
714 STDMETHODIMP CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt3… in SetProperties()