INtime SDK Help
AbnormalTermination
INtime SDK v6 > About INtime > INtime Kernel > Exception handling > AbnormalTermination

To be used only in a finally block, this function indicates if the block was executed as a result of stack unwinding for an exception or because of normal completion of the try block belonging to the finally block.

BOOLEAN AbnormalTermination(void);

Parameters

None.

Return Values

If the __try block terminated abnormally, the return value is nonzero, in case of normal terminatun it is zero.

Requirements

None.

See Also

Exception handling