Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.16 KB

abnormal-termination.md

File metadata and controls

40 lines (29 loc) · 1.16 KB
description title ms.date api_name api_location api_type topic_type f1_keywords helpviewer_keywords ms.assetid
Learn more about: _abnormal_termination
_abnormal_termination
11/04/2016
_abnormal_termination
msvcr110.dll
msvcr110_clr0400.dll
msvcr90.dll
msvcr120.dll
msvcrt.dll
msvcr80.dll
msvcr100.dll
DLLExport
apiref
_abnormal_termination
EXCPT/_abnormal_termination
_abnormal_termination
952970a4-9586-4c3d-807a-db729448c91c

_abnormal_termination

Indicates whether the __finally block of a try-finally statement is entered while the system is executing an internal list of termination handlers.

Syntax

int   _abnormal_termination(
   );

Return value

true if the system is unwinding the stack; otherwise, false.

Remarks

_abnormal_termination is an internal function used to manage unwinding exceptions, and isn't intended to be called from user code.

Requirements

Routine Required header
_abnormal_termination <excpt.h>

See also

try-finally Statement