Lines Matching refs:throw
13 BSTR AllocBstrFromAscii(const char *s) throw();
15 HRESULT PropVariant_Clear(PROPVARIANT *p) throw();
17 HRESULT PropVarEm_Alloc_Bstr(PROPVARIANT *p, unsigned numChars) throw();
18 HRESULT PropVarEm_Set_Str(PROPVARIANT *p, const char *s) throw();
20 inline void PropVarEm_Set_UInt32(PROPVARIANT *p, UInt32 v) throw()
26 inline void PropVarEm_Set_UInt64(PROPVARIANT *p, UInt64 v) throw()
32 inline void PropVarEm_Set_FileTime64_Prec(PROPVARIANT *p, UInt64 v, unsigned prec) throw()
42 inline void PropVarEm_Set_Bool(PROPVARIANT *p, bool b) throw()
113 ~CPropVariant() throw();
142 CPropVariant& operator=(bool bSrc) throw();
143 CPropVariant& operator=(Byte value) throw();
146 CPropVariant& operator=(Int16 value) throw();
147 CPropVariant& operator=(UInt16 value) throw();
148 CPropVariant& operator=(Int32 value) throw();
149 CPropVariant& operator=(Int64 value) throw();
152 CPropVariant& operator=(UInt32 value) throw();
153 CPropVariant& operator=(UInt64 value) throw();
154 CPropVariant& operator=(const FILETIME &value) throw();
156 void Set_Int32(Int32 value) throw();
157 void Set_Int64(Int64 value) throw();
161 HRESULT Clear() throw();
162 HRESULT Copy(const PROPVARIANT *pSrc) throw();
163 HRESULT Attach(PROPVARIANT *pSrc) throw();
164 HRESULT Detach(PROPVARIANT *pDest) throw();
166 HRESULT InternalClear() throw();
168 int Compare(const CPropVariant &a) throw();