Searched refs:PropVarEm_Set_UInt64 (Results 1 – 2 of 2) sorted by relevance
550 PropVarEm_Set_UInt64(value, item.Size); in GetProperty()562 PropVarEm_Set_UInt64(value, _db.GetFolderFullPackSize(folderIndex)); in GetProperty()569 PropVarEm_Set_UInt64(value, 0); in GetProperty()574 …case kpidPosition: { UInt64 v; if (_db.StartPos.GetItem(index2, v)) PropVarEm_Set_UInt64(value, v… in GetProperty()
26 inline void PropVarEm_Set_UInt64(PROPVARIANT *p, UInt64 v) throw() in PropVarEm_Set_UInt64() function