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);
None.
If the __try block terminated abnormally, the return value is nonzero, in case of normal termination it is zero.
None.