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

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

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

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