Home
last modified time | relevance | path

Searched refs:IS_ERROR (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/lib/comsupp/
H A Dcomsupp.cpp87 ::_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()
/reactos/base/applications/msconfig_new/
H A Dxmldomparser.cpp44 _com_issue_error(!IS_ERROR(cwch) ? HRESULT_FROM_WIN32(cwch) : cwch); in ConvertUTF8StringToBSTR()
/reactos/dll/directx/wine/dinput/
H A Djoystick_osx.c46 #define IS_ERROR __carbon_IS_ERROR macro
69 #undef IS_ERROR
/reactos/sdk/include/psdk/
H A Dwinerror.h74 #define IS_ERROR(stat) (((unsigned long)(stat)>>31) == SEVERITY_ERROR) macro