Lines Matching full: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() in PropVarEm_Set_UInt32()
26 inline void PropVarEm_Set_UInt64(PROPVARIANT *p, UInt64 v) throw() in PropVarEm_Set_UInt64()
32 inline void PropVarEm_Set_FileTime64(PROPVARIANT *p, UInt64 v) throw() in PropVarEm_Set_FileTime64()
39 inline void PropVarEm_Set_Bool(PROPVARIANT *p, bool b) throw() in PropVarEm_Set_Bool()
58 ~CPropVariant() throw() { Clear(); } in throw() function
86 CPropVariant& operator=(bool bSrc) throw();
87 CPropVariant& operator=(Byte value) throw();
90 CPropVariant& operator=(Int16 value) throw();
93 CPropVariant& operator=(Int32 value) throw();
94 CPropVariant& operator=(UInt32 value) throw();
95 CPropVariant& operator=(UInt64 value) throw();
96 CPropVariant& operator=(Int64 value) throw();
97 CPropVariant& operator=(const FILETIME &value) throw();
101 HRESULT Clear() throw();
102 HRESULT Copy(const PROPVARIANT *pSrc) throw();
103 HRESULT Attach(PROPVARIANT *pSrc) throw();
104 HRESULT Detach(PROPVARIANT *pDest) throw();
106 HRESULT InternalClear() throw();
109 int Compare(const CPropVariant &a) throw();