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