Subversion Repositories Kolibri OS

Rev

Rev 588 | Rev 621 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 588 Rev 608
Line 1017... Line 1017...
1017
                 (reserved)
1017
                 (reserved)
1018
    * +32: dword: size of maximum allocated block in kernel heap
1018
    * +32: dword: size of maximum allocated block in kernel heap
1019
                 (reserved)
1019
                 (reserved)
Line 1020... Line 1020...
1020
 
1020
 
-
 
1021
======================================================================
-
 
1022
====================== Function 18, subfunction 21 =====================
-
 
1023
=== Get number of the slot of process/thread at his identificator ====
-
 
1024
======================================================================
-
 
1025
Parameters:
-
 
1026
  * eax = 18 - function number
-
 
1027
  * ebx = 21 - subfunction number
-
 
1028
  * ecx = PID/TID (process/thread identificator)
-
 
1029
Returned value:
-
 
1030
  * eax = number of the slot of process/thread, if it really present
-
 
1031
    or 0, if PID/TID is false
-
 
1032
 
-
 
1033
======================================================================
-
 
1034
==================== Function 18, subfunction 22 =====================
-
 
1035
============= Minimize/restore window of process/thread ==============
-
 
1036
======================================================================
-
 
1037
Parameters:
-
 
1038
  * eax = 18 - function number
-
 
1039
  * ebx = 22 - subfunction number
-
 
1040
  * ecx = Operation type
-
 
1041
           0 - minimize (roll to panel) at number on slot thread
-
 
1042
           1 - minimize window at PID/TID identificator
-
 
1043
           2 - restore minimized window at slot number of thread
-
 
1044
           3 - restore minimized window at PID/TID identificator
-
 
1045
  * edx = Operation argument (Number of slot or a PID/TID)
-
 
1046
Returned value:
-
 
1047
  * eax = 0 - successfully ending
-
 
1048
    eax = -1 - error
-
 
1049
 
1021
======================================================================
1050
======================================================================
1022
==================== Function 20 - MIDI interface. ===================
1051
==================== Function 20 - MIDI interface. ===================
Line 1023... Line 1052...
1023
======================================================================
1052
======================================================================
1024
 
1053