AbnormalTermination

  BOOL AbnormalTermination(VOID)    

The AbnormalTermination function determines if the body of a try-finally statement terminated normally.

Parameters

This function has no parameters.

Return Value

The return value is TRUE if the body of the try-finally statement was terminated by an exception. The return value is FALSE if the body of the try-finally terminated normally, executing all the way through the closing }.

See Also

GetExceptionCode