Searched refs:PropVarEm_Set_UInt64 (Results 1 – 2 of 2) sorted by relevance
556 PropVarEm_Set_UInt64(value, item.Size); in GetProperty()568 PropVarEm_Set_UInt64(value, _db.GetFolderFullPackSize(folderIndex)); in GetProperty()575 PropVarEm_Set_UInt64(value, 0); in GetProperty()580 …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