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

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

If the expression result is kFALSE, the current function will return kERROR_STATE.

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