Searched refs:PropVarEm_Set_UInt32 (Results 1 – 2 of 2) sorted by relevance
591 case kpidAttrib: if (item.AttribDefined) PropVarEm_Set_UInt32(value, item.Attrib); break; in GetProperty()592 case kpidCRC: if (item.CrcDefined) PropVarEm_Set_UInt32(value, item.Crc); break; in GetProperty()617 PropVarEm_Set_UInt32(value, (UInt32)folderIndex); in GetProperty()
17 inline void PropVarEm_Set_UInt32(PROPVARIANT *p, UInt32 v) throw() in PropVarEm_Set_UInt32() function