Searched refs:PropVarEm_Set_UInt32 (Results 1 – 2 of 2) sorted by relevance
584 …case kpidAttrib: if (_db.Attrib.ValidAndDefined(index2)) PropVarEm_Set_UInt32(value, _db.Attrib.V… in GetProperty()585 case kpidCRC: if (item.CrcDefined) PropVarEm_Set_UInt32(value, item.Crc); break; in GetProperty()612 PropVarEm_Set_UInt32(value, (UInt32)folderIndex); in GetProperty()
20 inline void PropVarEm_Set_UInt32(PROPVARIANT *p, UInt32 v) throw() in PropVarEm_Set_UInt32() function