Searched refs:srcProp (Results 1 – 1 of 1) sorted by relevance
459 static bool ConvertProperty(const PROPVARIANT &srcProp, VARTYPE varType, NCOM::CPropVariant &destPr… in ConvertProperty() argument461 if (varType == srcProp.vt) in ConvertProperty()463 destProp = srcProp; in ConvertProperty()467 if (varType == VT_UI8 && srcProp.vt == VT_UI4) in ConvertProperty()469 destProp = (UInt64)srcProp.ulVal; in ConvertProperty()476 if (PROPVARIANT_to_bool(srcProp, res) != S_OK) in ConvertProperty()481 if (srcProp.vt == VT_EMPTY) in ConvertProperty()483 destProp = srcProp; in ConvertProperty()