Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |
| en:docs:dos:api:int21:00 [2020/12/08 05:51] – prokushev | en:docs:dos:api:int21:00 [2026/05/04 09:20] (current) – prokushev |
|---|
| ===== Notes ===== | ===== Notes ===== |
| |
| This function is obsolete. Use AH=[[en:docs:dos:api:int21:4c|INT 21/AH=4Ch]] instead. This function sets the program's return code (ERRORLEVEL) to 00h. Execution continues at the address stored in INT 22 after DOS performs whatever cleanup it needs to do (restoring the INT 22,INT 23,INT 24 vectors from the PSP assumed to be located at offset 0000h in the segment indicated by the stack copy of CS, etc.). If the PSP is its own parent, the process's memory is not freed; if INT 22 additionally points into the terminating program, the process is effectively NOT terminated. Not supported by MS Windows 3.0 DOSX.EXE DOS extender | Function not supported for Win16 applications in protected mode |
| | |
| | This function is obsolete. Use AH=[[en:docs:dos:api:int21:4c|INT 21/AH=4Ch]] instead. This function sets the program's return code (ERRORLEVEL) to 00h. Execution continues at the address stored in INT 22 after DOS performs whatever cleanup it needs to do (restoring the INT 22,INT 23,INT 24 vectors from the PSP assumed to be located at offset 0000h in the segment indicated by the stack copy of CS, etc.). If the PSP is its own parent, the process's memory is not freed; if INT 22 additionally points into the terminating program, the process is effectively NOT terminated. Not supported by MS Windows 3.0 DOSX.EXE DOS extender |
| |
| ===== See also ===== | ===== See also ===== |