Zen API
|
#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.
EXPRESSION | Expression that evaluates to a kBool value. |