Lines Matching refs:PROPVARIANT
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()
59 CPropVariant(const PROPVARIANT &varSrc);
77 CPropVariant& operator=(const PROPVARIANT &varSrc);
100 HRESULT Copy(const PROPVARIANT *pSrc) throw();
101 HRESULT Attach(PROPVARIANT *pSrc) throw();
102 HRESULT Detach(PROPVARIANT *pDest) throw();
105 void InternalCopy(const PROPVARIANT *pSrc);