SOM_Assert - Syntax

This macro asserts that a boolean condition is true.

boolean    condition;
long       errorCode;

SOM_Assert(condition, errorCode);


[Back: SOM_Assert]
[Next: SOM_Assert Parameter - condition]