Searched refs:IS_ERROR (Results 1 – 4 of 4) sorted by relevance
87 ::_com_issue_error(!IS_ERROR(cwch) ? HRESULT_FROM_WIN32(cwch) : cwch); in ConvertStringToBSTR()108 ::_com_issue_error(!IS_ERROR(cwch) ? HRESULT_FROM_WIN32(cwch) : cwch); in ConvertBSTRToString()130 ::_com_issue_error(!IS_ERROR(cwch) ? HRESULT_FROM_WIN32(cwch) : cwch); in ConvertBSTRToString()
44 _com_issue_error(!IS_ERROR(cwch) ? HRESULT_FROM_WIN32(cwch) : cwch); in ConvertUTF8StringToBSTR()
46 #define IS_ERROR __carbon_IS_ERROR macro69 #undef IS_ERROR
74 #define IS_ERROR(stat) (((unsigned long)(stat)>>31) == SEVERITY_ERROR) macro