HomeSort by relevance Sort by last modified time
    Searched full:_com_error (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
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...]
comip.h 23 class _com_error;
comutil.h 35 class _com_error;

Completed in 115 milliseconds