Searched refs:srcProp (Results 1 – 1 of 1) sorted by relevance
460 static bool ConvertProperty(const PROPVARIANT &srcProp, VARTYPE varType, NCOM::CPropVariant &destPr… in ConvertProperty() argument462 if (varType == srcProp.vt) in ConvertProperty()464 destProp = srcProp; in ConvertProperty()468 if (varType == VT_UI8 && srcProp.vt == VT_UI4) in ConvertProperty()470 destProp = (UInt64)srcProp.ulVal; in ConvertProperty()477 if (PROPVARIANT_to_bool(srcProp, res) != S_OK) in ConvertProperty()482 if (srcProp.vt == VT_EMPTY) in ConvertProperty()484 destProp = srcProp; in ConvertProperty()