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