en:docs:win16:api:kernel:fatalexit

This is an old revision of the document!


FatalExit

Brief

Syntax

void FatalExit(int nErrCode);

Parameters

Return Code

None

Notes

The FatalExit() function displays the error code nErrCode in the debugger and halts execution. If the debugger is running, the user can terminate the application or continue. If the debugger is not running, the application is terminated.

Example Code

C Binding

MASM Binding

See also

FatalAppExit()