Lines Matching refs:getProp2

247     Func_GetHandlerProperty2 getProp2,  in GetProp()  argument
250 if (getProp2) in GetProp()
251 return getProp2(index, propID, &prop);; in GetProp()
257 Func_GetHandlerProperty2 getProp2, in GetProp_Bool() argument
262 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_Bool()
272 Func_GetHandlerProperty2 getProp2, in GetProp_UInt32() argument
278 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_UInt32()
291 Func_GetHandlerProperty2 getProp2, in GetProp_String() argument
296 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_String()
306 Func_GetHandlerProperty2 getProp2, in GetProp_RawData() argument
311 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_RawData()
334 Func_GetHandlerProperty2 getProp2 = (Func_GetHandlerProperty2)lib.GetProc("GetHandlerProperty2"); in LoadFormats() local
339 if (getProp2) in LoadFormats()
360 RINOK(GetProp_String(getProp, getProp2, i, NArchive::NHandlerPropID::kName, item.Name)); in LoadFormats()
364 if (GetProp(getProp, getProp2, i, NArchive::NHandlerPropID::kClassID, prop) != S_OK) in LoadFormats()
375 RINOK(GetProp_String(getProp, getProp2, i, NArchive::NHandlerPropID::kExtension, ext)); in LoadFormats()
376 RINOK(GetProp_String(getProp, getProp2, i, NArchive::NHandlerPropID::kAddExtension, addExt)); in LoadFormats()
379 GetProp_Bool(getProp, getProp2, i, NArchive::NHandlerPropID::kUpdate, item.UpdateEnabled); in LoadFormats()
381 …RINOK(GetProp_UInt32(getProp, getProp2, i, NArchive::NHandlerPropID::kFlags, item.Flags, flags_Def… in LoadFormats()
389 GetProp_Bool(getProp, getProp2, i, kArcFlagsPars[j], val); in LoadFormats()
396 RINOK(GetProp_RawData(getProp, getProp2, i, NArchive::NHandlerPropID::kSignature, sig)); in LoadFormats()
401 RINOK(GetProp_RawData(getProp, getProp2, i, NArchive::NHandlerPropID::kMultiSignature, sig)); in LoadFormats()
406 …RINOK(GetProp_UInt32(getProp, getProp2, i, NArchive::NHandlerPropID::kSignatureOffset, item.Signat… in LoadFormats()