BOOL AbnormalTermination(VOID) |
The AbnormalTermination function determines if the body of a try-finally statement terminated normally.
This function has no parameters.
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 }.
GetExceptionCode