en:docs:win16:api:kernel:fatalexit

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:docs:win16:api:kernel:fatalexit [2022/11/02 14:04] prokusheven:docs:win16:api:kernel:fatalexit [2022/11/17 15:23] (current) prokushev
Line 1: Line 1:
 +{{page>en:templates:win16api}}
 +
 ====== 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>en:templates:win16}}