Searched refs:propVariant (Results 1 – 3 of 3) sorted by relevance
46 NCOM::CPropVariant propVariant; in SetProperties() local54 propVariant = false; in SetProperties()56 propVariant = true; in SetProperties()57 if (propVariant.vt != VT_EMPTY) in SetProperties()62 ParseNumberString(property.Value, propVariant); in SetProperties()64 values[i] = propVariant; in SetProperties()
550 NWindows::NCOM::CPropVariant propVariant; in GetProperty() local551 propVariant = ci.DecoderIsAssigned; in GetProperty()552 propVariant.Detach(value); in GetProperty()557 NWindows::NCOM::CPropVariant propVariant; in GetProperty() local558 propVariant = ci.EncoderIsAssigned; in GetProperty()559 propVariant.Detach(value); in GetProperty()
10 UString ConvertPropertyToString(const PROPVARIANT &propVariant, PROPID propID, bool full = true);