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/16 02:38] 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 ======
  
Line 5: Line 7:
 ===== Syntax ===== ===== Syntax =====
  
-void FatalExit(int nErrCode);+void WINAPI FatalExit(int nErrCode);
  
 ===== Parameters ===== ===== Parameters =====
 +
 +int nErrCode - error code
  
 ===== Return Code ===== ===== Return Code =====
Line 27: Line 31:
 ===== See also ===== ===== See also =====
  
-FatalAppExit()+[[en:docs:win16:api:kernel:fatalappexit|FatalAppExit]] 
 + 
 +{{page>en:templates:win16}}