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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comdef.h 62 HRESULT m_hresult; member in class:_com_error
67 inline _com_error::_com_error(HRESULT hr,IErrorInfo *perrinfo,bool fAddRef) throw() : m_hresult(hr),m_perrinfo(perrinfo),m_pszMsg(NULL) {
87 inline HRESULT _com_error::Error() const throw() { return m_hresult; }
88 inline WORD _com_error::WCode() const throw() { return HRESULTToWCode(m_hresult); }
128 FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER|FORMAT_MESSAGE_FROM_SYSTEM,NULL,m_hresult,MAKELANGID(LANG_NEUTRAL,SUBLANG_DEFAULT),(LPTSTR)&m_pszMsg,0,NULL);
142 _COM_PRINTF_S_1(m_pszMsg,32,TEXT("Unknown error 0x%0lX"),m_hresult);
159 m_hresult = that.m_hresult;

Completed in 343 milliseconds