Lines Matching refs:getProp2

297     Func_GetHandlerProperty2 getProp2,  in GetProp()  argument
300 if (getProp2) in GetProp()
301 return getProp2(index, propID, &prop);; in GetProp()
307 Func_GetHandlerProperty2 getProp2, in GetProp_Bool() argument
312 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_Bool()
322 Func_GetHandlerProperty2 getProp2, in GetProp_UInt32() argument
328 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_UInt32()
341 Func_GetHandlerProperty2 getProp2, in GetProp_String() argument
346 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_String()
356 Func_GetHandlerProperty2 getProp2, in GetProp_RawData() argument
361 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_RawData()
384 Func_GetHandlerProperty2 getProp2 = (Func_GetHandlerProperty2)lib.GetProc("GetHandlerProperty2"); in LoadFormats() local
389 if (getProp2) in LoadFormats()
410 RINOK(GetProp_String(getProp, getProp2, i, NArchive::NHandlerPropID::kName, item.Name)); in LoadFormats()
414 if (GetProp(getProp, getProp2, i, NArchive::NHandlerPropID::kClassID, prop) != S_OK) in LoadFormats()
425 RINOK(GetProp_String(getProp, getProp2, i, NArchive::NHandlerPropID::kExtension, ext)); in LoadFormats()
426 RINOK(GetProp_String(getProp, getProp2, i, NArchive::NHandlerPropID::kAddExtension, addExt)); in LoadFormats()
429 GetProp_Bool(getProp, getProp2, i, NArchive::NHandlerPropID::kUpdate, item.UpdateEnabled); in LoadFormats()
431 …RINOK(GetProp_UInt32(getProp, getProp2, i, NArchive::NHandlerPropID::kFlags, item.Flags, flags_Def… in LoadFormats()
439 GetProp_Bool(getProp, getProp2, i, kArcFlagsPars[j], val); in LoadFormats()
446 RINOK(GetProp_RawData(getProp, getProp2, i, NArchive::NHandlerPropID::kSignature, sig)); in LoadFormats()
451 RINOK(GetProp_RawData(getProp, getProp2, i, NArchive::NHandlerPropID::kMultiSignature, sig)); in LoadFormats()
456 …RINOK(GetProp_UInt32(getProp, getProp2, i, NArchive::NHandlerPropID::kSignatureOffset, item.Signat… in LoadFormats()