Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 573 Bytes

using-abort.md

File metadata and controls

14 lines (11 loc) · 573 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Using abort
Using abort
11/04/2016
abort function
3ba39b78-ef74-4a8d-8dee-2d62442de174

Using abort

Calling the abort function causes immediate termination. It bypasses the normal destruction process for initialized global static objects. It also bypasses any special processing that was specified using the atexit function.

See also

Additional Termination Considerations