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 [2022/11/17 15:23] (current) – prokushev | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{page> | ||
+ | |||
====== FatalExit ====== | ====== FatalExit ====== | ||
+ | |||
+ | ===== Brief ===== | ||
===== Syntax ===== | ===== Syntax ===== | ||
Line 5: | Line 9: | ||
void FatalExit(int nErrCode); | void FatalExit(int nErrCode); | ||
+ | ===== 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 16: | Line 21: | ||
terminated. | terminated. | ||
- | ===== Errors | + | ===== Example Code ===== |
- | None | + | ==== C Binding ==== |
+ | |||
+ | ==== MASM Binding ==== | ||
===== See also ===== | ===== See also ===== | ||
FatalAppExit() | FatalAppExit() | ||
+ | |||
+ | {{page> | ||