Lines Matching defs:CHandler
1036 Z7_COM7F_IMF(CHandler::GetParent(UInt32 /* index */ , UInt32 *parent, UInt32 *parentType))
1043 Z7_COM7F_IMF(CHandler::GetNumRawProps(UInt32 *numProps))
1049 Z7_COM7F_IMF(CHandler::GetRawPropInfo(UInt32 index, BSTR *name, PROPID *propID))
1056 Z7_COM7F_IMF(CHandler::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType))
1080 Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems))
1092 Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value))
1155 Z7_COM7F_IMF(CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value))
1236 Z7_COM7F_IMF(CHandler::Open(IInStream *stream, const UInt64 *, IArchiveOpenCallback *openCallback))
1365 void CHandler::ClearVars()
1379 Z7_COM7F_IMF(CHandler::Close())
1429 Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems,
1686 Z7_COM7F_IMF(CHandler::GetFileTimeType(UInt32 *type))
1693 Z7_COM7F_IMF(CHandler::UpdateItems(ISequentialOutStream *outStream, UInt32 numItems,
2002 HRESULT CHandler::SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value)
2047 Z7_COM7F_IMF(CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps))
2061 CHandler::CHandler()
2071 static IInArchive *CreateHashHandler_In() { return new NHash::CHandler; }
2072 static IOutArchive *CreateHashHandler_Out() { return new NHash::CHandler; }