Lines Matching refs:formatIndex
72 const int formatIndex = FindFormatCalssId(clsid);
73 if (formatIndex < 0)
76 const CArcInfo &arc = *g_Arcs[formatIndex];
94 STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIANT *value);
95 STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIANT *value)
99 if (formatIndex >= g_NumArcs)
101 const CArcInfo &arc = *g_Arcs[formatIndex];
150 STDAPI GetIsArc(UInt32 formatIndex, Func_IsArc *isArc);
151 STDAPI GetIsArc(UInt32 formatIndex, Func_IsArc *isArc)
154 if (formatIndex >= g_NumArcs)
156 *isArc = g_Arcs[formatIndex]->IsArc;