Home | History | Annotate | Download | only in 7z

Lines Matching refs:CHandler

31 CHandler::CHandler()

46 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
56 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps)
62 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */,
151 void CHandler::AddMethodName(AString &s, UInt64 id)
173 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)
262 bool CHandler::IsFolderEncrypted(CNum folderIndex) const
290 STDMETHODIMP CHandler::GetNumRawProps(UInt32 *numProps)
296 STDMETHODIMP CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID)
303 STDMETHODIMP CHandler::GetParent(UInt32 /* index */, UInt32 *parent, UInt32 *parentType)
315 STDMETHODIMP CHandler::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType)
359 HRESULT CHandler::SetMethodToProp(CNum folderIndex, PROPVARIANT *prop) const
542 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
651 STDMETHODIMP CHandler::Open(IInStream *stream,
702 STDMETHODIMP CHandler::Close()
718 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps)