en:docs:tasklist:8

Differences

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

Link to this comparison view

Next revision
Previous revision
en:docs:tasklist:8 [2021/08/08 03:22] – created prokusheven:docs:tasklist:8 [2021/10/09 07:08] (current) prokushev
Line 13: Line 13:
 ===== Input ===== ===== Input =====
  
-    None+None
      
 ===== Return ===== ===== Return =====
  
-    DX:AX - Switcher control data+DX:AX - Switcher control data
  
 ===== Notes ===== ===== Notes =====
  
-  Function returns switcher control data+Function returns switcher control data 
 + 
 +Format is following: 
 + 
 +^ Offset ^ Description   ^ 
 +|      | Switcher id?  | 
 +|      | unknown       | 
 +|      | Command line params | 
 +|  135   | unknown | 
 +|  292   | Current task id | 
 +|  294   | Last ERRORLEVEL | 
 +|  296   | Unknown | 
 +|  301   | Number of entries | 
 +|  302   | First entrie num | 
 +|  303   | Entrie 1 | 
 +|  385   | Entrie 2 | 
 +|  467   | Entrie 3 | 
 +| ... | ... | 
 + 
 +By default 16 entries 
 + 
 +Each entrie consist of 
 + 
 +^ Offset ^ Description ^ 
 +| 0 | Name | 
 +| 80 | Flags |
      
 ===== See also ===== ===== See also =====