Searched defs:fAddRef (Results 1 – 3 of 3) sorted by relevance
89 _com_ptr_t(Interface *pInterface,bool fAddRef) throw() : m_pInterface(pInterface) { in _com_ptr_t()146 void Attach(Interface *pInterface,bool fAddRef) throw() { in Attach()
565 inline _variant_t::_variant_t(IDispatch *pSrc,bool fAddRef) throw() { in _variant_t()574 inline _variant_t::_variant_t(IUnknown *pSrc,bool fAddRef) throw() { in _variant_t()
70 inline _com_error::_com_error(HRESULT hr,IErrorInfo *perrinfo,bool fAddRef) throw() : m_hresult(hr)… in _com_error()