Home | History | Annotate | Download | only in Windows

Lines Matching refs:CPropVariant

12 CPropVariant::CPropVariant(const PROPVARIANT &varSrc)

18 CPropVariant::CPropVariant(const CPropVariant &varSrc)
24 CPropVariant::CPropVariant(BSTR bstrSrc)
30 CPropVariant::CPropVariant(LPCOLESTR lpszSrc)
36 CPropVariant& CPropVariant::operator=(const CPropVariant &varSrc)
41 CPropVariant& CPropVariant::operator=(const PROPVARIANT &varSrc)
47 CPropVariant& CPropVariant::operator=(BSTR bstrSrc)
55 CPropVariant& CPropVariant::operator=(LPCOLESTR lpszSrc)
71 CPropVariant& CPropVariant::operator=(const char *s)
92 CPropVariant& CPropVariant::operator=(bool bSrc)
104 CPropVariant& CPropVariant::operator=(type value) \
142 HRESULT CPropVariant::Clear()
147 HRESULT CPropVariant::Copy(const PROPVARIANT* pSrc)
175 HRESULT CPropVariant::Attach(PROPVARIANT *pSrc)
185 HRESULT CPropVariant::Detach(PROPVARIANT *pDest)
195 HRESULT CPropVariant::InternalClear()
206 void CPropVariant::InternalCopy(const PROPVARIANT *pSrc)
218 int CPropVariant::Compare(const CPropVariant &a)