Searched refs:PropVarEm_Set_Bool (Results 1 – 2 of 2) sorted by relevance
547 case kpidIsDir: PropVarEm_Set_Bool(value, item.IsDir); break; in GetProperty()580 …case kpidEncrypted: PropVarEm_Set_Bool(value, IsFolderEncrypted(_db.FileIndexToFolderIndexMap[ind… in GetProperty()581 case kpidIsAnti: PropVarEm_Set_Bool(value, _db.IsItemAnti(index2)); break; in GetProperty()
39 inline void PropVarEm_Set_Bool(PROPVARIANT *p, bool b) throw() in PropVarEm_Set_Bool() function