Searched defs:RINOK (Results 1 – 3 of 3) sorted by relevance
74 RINOK(Callback->CheckBreak()); in GetUpdateItemInfo() local
9 #define RINOK(x) { HRESULT __result_ = (x); if (__result_ != S_OK) return __result_; } macro
52 #define RINOK(x) { int __result__ = (x); if (__result__ != 0) return __result__; } macro