Lines Matching refs:index
195 UInt32 index - index of item in Archive
235 x(GetStream(UInt32 index, ISequentialOutStream **outStream, Int32 askExtractMode)) \
249 UInt32 index
255 x(ReportExtractResult(UInt32 indexType, UInt32 index, Int32 opRes))
259 x(ReportExtractResult(UInt32 indexType, UInt32 index, Int32 opRes))
269 x(GetStream(UInt32 index, ISequentialInStream **stream))
320 x(GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)) \
324 x(GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType)) \
326 x(GetArchivePropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType)) \
366 x(GetParent(UInt32 index, UInt32 *parent, UInt32 *parentType)) \
367 x(GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType)) \
369 x(GetRawPropInfo(UInt32 index, BSTR *name, PROPID *propID))
446 x(GetUpdateItemInfo(UInt32 index, Int32 *newData, Int32 *newProps, UInt32 *indexInArchive)) \
447 x(GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)) \
448 x(GetStream(UInt32 index, ISequentialInStream **inStream)) \
455 x(GetVolumeSize(UInt32 index, UInt64 *size)) \
456 x(GetVolumeStream(UInt32 index, ISequentialOutStream **volumeStream)) \
482 UInt32 index
487 x(GetStream2(UInt32 index, ISequentialInStream **inStream, UInt32 notifyOp)) \
488 x(ReportOperation(UInt32 indexType, UInt32 index, UInt32 notifyOp)) \
494 x(GetDiskProperty(UInt32 index, PROPID propID, PROPVARIANT *value)) \
500 x(ReportProp(UInt32 indexType, UInt32 index, PROPID propID, const PROPVARIANT *value)) \
501 x(ReportRawProp(UInt32 indexType, UInt32 index, PROPID propID, const void *data, UInt32 dataSize, UInt32 propType)) \
502 x(ReportFinished(UInt32 indexType, UInt32 index, Int32 opRes)) \
586 Z7_COM7F_IMF(CHandler::f(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType)) \
587 { if (index >= Z7_ARRAY_SIZE(k)) return E_INVALIDARG; \
591 *propID = k[index]; \
597 const CStatProp &prop = k[index]; \
663 typedef HRESULT (WINAPI *Func_GetHandlerProperty2)(UInt32 index, PROPID propID, PROPVARIANT *value);