Searched refs:srcProp (Results 1 – 1 of 1) sorted by relevance
293 static bool ConvertProperty(const PROPVARIANT &srcProp, VARTYPE varType, NCOM::CPropVariant &destPr… in ConvertProperty() argument295 if (varType == srcProp.vt) in ConvertProperty()297 destProp = srcProp; in ConvertProperty()301 if (varType == VT_UI8 && srcProp.vt == VT_UI4) in ConvertProperty()303 destProp = (UInt64)srcProp.ulVal; in ConvertProperty()310 if (PROPVARIANT_to_bool(srcProp, res) != S_OK) in ConvertProperty()315 if (srcProp.vt == VT_EMPTY) in ConvertProperty()317 destProp = srcProp; in ConvertProperty()