en:docs:tasklist

Differences

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

Link to this comparison view

Next revision
Previous revision
en:docs:tasklist [2021/08/05 08:17] – created prokusheven:docs:tasklist [2021/08/07 06:12] (current) prokushev
Line 1: Line 1:
 {{page>en:templates:dosshell}} {{page>en:templates:dosshell}}
  
-====== INT 2FH ======+====== INT 2FH, AX=4A05H ======
  
-AH ^ Description ^ Version ^ +SI= subfunction 
-| [[en:docs:dos:api:int21:00|00H]] | Program terminate 1.0+ + 
-| [[en:docs:dos:api:int21:01|01H]] | Character input 1.0+ +SI ^ Description ^ Version ^ 
-| [[en:docs:dos:api:int21:02|02H]] | Character output 1.0+ +| [[en:docs:tasklist:0|0]] | Initialize task list API | ? | 
-| [[en:docs:dos:api:int21:03|03H]] | Auxiliary input 1.0+ |+| [[en:docs:tasklist:1]] Add Task to list | ? | 
 +| [[en:docs:tasklist:2]] | Switch to next task by Z order 
 +| [[en:docs:tasklist:3]] | Switch to previous task by Z order | ? | 
 +| [[en:docs:tasklist:4]] Remove task from list | ? | 
 +| [[en:docs:tasklist:5]] | Go to next task in list 
 +| [[en:docs:tasklist:6]] | Get task name | ? | 
 +| [[en:docs:tasklist:7]] Get task list size | ? | 
 +| [[en:docs:tasklist:8]] | Get control data 
 +| [[en:docs:tasklist:9]] | Get task list entry | ? | 
 +| [[en:docs:tasklist:10]] Add parameters | ? | 
 +| [[en:docs:tasklist:11]] | Get last error | 
 +| [[en:docs:tasklist:12]] | Put task on top of Z order | ? | 
 + 
 +**Note: This API implemented by DOSSHELL.COM under DOS and by DSWAP.EXE and WSWAP.EXE under Windows **