• Home
  • Raw
  • Download

Lines Matching refs:getProp

296     Func_GetHandlerProperty getProp,  in GetProp()  argument
302 return getProp(propID, &prop); in GetProp()
306 Func_GetHandlerProperty getProp, in GetProp_Bool() argument
312 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_Bool()
321 Func_GetHandlerProperty getProp, in GetProp_UInt32() argument
328 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_UInt32()
340 Func_GetHandlerProperty getProp, in GetProp_String() argument
346 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_String()
355 Func_GetHandlerProperty getProp, in GetProp_RawData() argument
361 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_RawData()
383 Func_GetHandlerProperty getProp = NULL; in LoadFormats() local
399 getProp = (Func_GetHandlerProperty)lib.GetProc("GetHandlerProperty"); in LoadFormats()
400 if (!getProp) 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()