Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en:docs:win16:api:kernel:fatalexit [2021/08/26 04:42] – created prokushev | en:docs:win16:api:kernel:fatalexit [2025/11/04 12:13] (current) – [See also] prokushev | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{page> | ||
| + | |||
| ====== FatalExit ====== | ====== FatalExit ====== | ||
| + | |||
| + | ===== Brief ===== | ||
| ===== Syntax ===== | ===== Syntax ===== | ||
| - | void FatalExit(int nErrCode); | + | void WINAPI |
| + | ===== Parameters ===== | ||
| - | ===== Returns | + | int nErrCode - error code |
| + | |||
| + | ===== Return Code ===== | ||
| None | None | ||
| - | ===== Description | + | ===== Notes ===== |
| The FatalExit() function displays the error code nErrCode in the debugger and halts execution. If the debugger is | The FatalExit() function displays the error code nErrCode in the debugger and halts execution. If the debugger is | ||
| Line 16: | Line 23: | ||
| terminated. | terminated. | ||
| - | ===== Errors | + | ===== Example Code ===== |
| - | None | + | ==== C Binding ==== |
| + | |||
| + | ==== MASM Binding ==== | ||
| ===== See also ===== | ===== See also ===== | ||
| - | FatalAppExit() | + | [[en: |
| + | |||
| + | {{page> | ||




