Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:docs:win16:api:kernel:fatalexit [2022/11/02 14:04] – prokushev | en:docs:win16:api:kernel:fatalexit [2022/11/17 15:23] (current) – prokushev | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{page> | ||
| + | |||
| ====== FatalExit ====== | ====== FatalExit ====== | ||
| Line 7: | Line 9: | ||
| void FatalExit(int nErrCode); | void FatalExit(int nErrCode); | ||
| - | ===== Arguments | + | ===== Parameters |
| - | ===== Returns | + | ===== 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 19: | Line 21: | ||
| terminated. | terminated. | ||
| - | ===== Errors | + | ===== Example Code ===== |
| - | None | + | ==== C Binding ==== |
| + | |||
| + | ==== MASM Binding ==== | ||
| ===== See also ===== | ===== See also ===== | ||
| FatalAppExit() | FatalAppExit() | ||
| + | |||
| + | {{page> | ||




