comdef.h | 27 class _com_error; 39 class _com_error { class 41 _com_error(HRESULT hr,IErrorInfo *perrinfo = NULL,bool fAddRef = false) throw(); 42 _com_error(const _com_error &that) throw(); 43 virtual ~_com_error() throw(); 44 _com_error &operator=(const _com_error &that) throw(); 58 void Ctor(const _com_error &that) throw(); 67 inline _com_error::_com_error(HRESULT hr,IErrorInfo *perrinfo,bool fAddRef) throw() : m_hresult(hr),m_perrinfo(perri (…) function in class:_com_error 71 inline _com_error::_com_error(const _com_error &that) throw() { function in class:_com_error [all...] |