Lines Matching defs:const
13 BSTR AllocBstrFromAscii(const char *s) throw();
18 HRESULT PropVarEm_Set_Str(PROPVARIANT *p, const char *s) throw();
52 CPropVariant(const char *s);
53 // CPropVariant(const UString &s);
55 CPropVariant(const FString &s);
56 CPropVariant& operator=(const FString &s);
78 void SetAsTimeFrom_FT_Prec(const FILETIME &ft, unsigned prec)
93 void SetAsTimeFrom_FT_Prec_Ns100(const FILETIME &ft, unsigned prec, unsigned ns100)
101 unsigned Get_Ns100() const
103 const unsigned prec = wReserved1;
104 const unsigned ns100 = wReserved2;
114 CPropVariant(const PROPVARIANT &varSrc);
115 CPropVariant(const CPropVariant &varSrc);
130 CPropVariant(const FILETIME &value) { vt = VT_FILETIME; wReserved1 = 0; filetime = value; }
132 CPropVariant& operator=(const CPropVariant &varSrc);
133 CPropVariant& operator=(const PROPVARIANT &varSrc);
136 CPropVariant& operator=(const UString &s);
137 CPropVariant& operator=(const UString2 &s);
138 CPropVariant& operator=(const char *s);
139 CPropVariant& operator=(const AString &s)
140 { return (*this)=(const char *)s; }
154 CPropVariant& operator=(const FILETIME &value) throw();
162 HRESULT Copy(const PROPVARIANT *pSrc) throw();
167 void InternalCopy(const PROPVARIANT *pSrc);
168 int Compare(const CPropVariant &a) throw();