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:39] prokusheven:docs:win16:api:kernel:fatalexit [2025/11/04 12:13] (current) – [See also] prokushev
Line 7: Line 7:
 ===== Syntax ===== ===== Syntax =====
  
-void FatalExit(int nErrCode);+void WINAPI FatalExit(int nErrCode);
  
 ===== Parameters ===== ===== Parameters =====
 +
 +int nErrCode - error code
  
 ===== Return Code ===== ===== Return Code =====
Line 29: Line 31:
 ===== See also ===== ===== See also =====
  
-FatalAppExit()+[[en:docs:win16:api:kernel:fatalappexit|FatalAppExit]] 
 + 
 +{{page>en:templates:win16}}