en:docs:win16:api:kernel:fatalexit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:docs:win16:api:kernel:fatalexit [2021/08/26 04:42] – created prokusheven:docs:win16:api:kernel:fatalexit [2025/11/04 12:13] (current) – [See also] prokushev
Line 1: Line 1:
 +{{page>en:templates:win16api}}
 +
 ====== FatalExit ====== ====== FatalExit ======
 +
 +===== Brief =====
  
 ===== Syntax ===== ===== Syntax =====
  
-void FatalExit(int nErrCode);+void WINAPI FatalExit(int nErrCode);
  
 +===== 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:docs:win16:api:kernel:fatalappexit|FatalAppExit]] 
 + 
 +{{page>en:templates:win16}}