Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kCheck (   EXPRESSION)

Executes a return statement if the given expression is not kOK.

If the expression result is not kOK, the current function will return the expression result.

Parameters
EXPRESSIONExpression that evaluates to a kStatus value.
See also
Error Handling