HomeSort by relevance Sort by last modified time
    Searched refs:VariantCopy (Results 1 - 7 of 7) sorted by null

  /external/lzma/CPP/Common/
MyWindows.cpp 113 HRESULT VariantCopy(VARIANTARG *dest, const VARIANTARG *src)
MyWindows.h 185 MY_EXTERN_C HRESULT VariantCopy(VARIANTARG *dest, const VARIANTARG *src);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspcoll.h 74 hr = VariantCopy(retval,&m_Var[Index-1]);
76 LOG((MSP_ERROR,"CTapiCollection::get_Item - VariantCopy failed. hr = %lx",hr));
152 hr = VariantCopy(retval,&m_Var[Index-1]);
154 LOG((MSP_ERROR,"CTapiBstrCollection::get_Item - VariantCopy failed. hr = %lx",hr));
comutil.h 470 _com_util::CheckError(::VariantCopy(this,const_cast<VARIANT*>(&varSrc)));
476 _com_util::CheckError(::VariantCopy(this,const_cast<VARIANT*>(pSrc)));
481 _com_util::CheckError(::VariantCopy(this,const_cast<VARIANT*>(static_cast<const VARIANT*>(&varSrc))));
486 _com_util::CheckError(::VariantCopy(this,&varSrc));
737 _com_util::CheckError(::VariantCopy(this,const_cast<VARIANT*>(&varSrc)));
742 else { _com_util::CheckError(::VariantCopy(this,const_cast<VARIANT*>(pSrc))); }
746 _com_util::CheckError(::VariantCopy(this,const_cast<VARIANT*>(static_cast<const VARIANT*>(&varSrc))));
_dbdao.h 122 VariantCopy(this,pv);
140 VariantCopy(this,pv);
oleauto.h 86 WINOLEAUTAPI VariantCopy(VARIANTARG *pvargDest,VARIANTARG *pvargSrc);
    [all...]
  /external/lzma/CPP/Windows/
PropVariant.cpp 225 return ::VariantCopy((tagVARIANT *)this, (tagVARIANT *)const_cast<PROPVARIANT *>(pSrc));

Completed in 342 milliseconds