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

/vbox/include/iprt/
H A Derr.h53 * This is only really useful for type checking the arguments to RT_SUCCESS,
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
138 /** @def RT_SUCCESS
147 #define RT_SUCCESS(rc) ( RT_LIKELY(RT_SUCCESS_NP(rc)) ) macro

Completed in 45 milliseconds