Searched defs:RT_FAILURE (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Derr.h54 * RT_SUCCESS_NP, RT_FAILURE and RT_FAILURE_NP. The RTErrStrictType2
67 * classes interact cleanly with RT_SUCCESS, RT_SUCCESS_NP, RT_FAILURE and
124 * Indicates that RT_SUCCESS_NP, RT_SUCCESS, RT_FAILURE_NP and RT_FAILURE should
163 /** @def RT_FAILURE
172 #define RT_FAILURE(rc) ( RT_UNLIKELY(!RT_SUCCESS_NP(rc)) ) macro

Completed in 61 milliseconds