Searched defs:HR_FAILED_GOTO (Results 1 – 2 of 2) sorted by relevance
48 #define HR_FAILED_GOTO(hr,func,where) HR_FAILED_AND(hr,func,goto where) macro
54 #define HR_FAILED_GOTO(hr,func,where) HR_FAILED_AND(hr,func,res = FALSE; goto where) macro