| title |
_abnormal_termination |
| ms.date |
11/04/2016 |
| apiname |
|
| apilocation |
msvcr110.dll |
msvcr110_clr0400.dll |
msvcr90.dll |
msvcr120.dll |
msvcrt.dll |
msvcr80.dll |
msvcr100.dll |
|
| apitype |
DLLExport |
| f1_keywords |
|
| helpviewer_keywords |
|
| ms.assetid |
952970a4-9586-4c3d-807a-db729448c91c |
Indicates whether the __finally block of a try-finally statement is entered while the system is executing an internal list of termination handlers.
int _abnormal_termination(
);
true if the system is unwinding the stack; otherwise, false.
Remarks
This is an internal function used to manage unwinding exceptions, and is not intended to be called from user code.
| Routine |
Required header |
| _abnormal_termination |
excpt.h |
try-finally Statement