Function 18, subfunction 2 - terminate process/thread by the slot.
Parameters:
- eax = 18 - function number
- ebx = 2 - subfunction number
- ecx = number of the slot of process/thread
Returned value:
- function does not return value
Remarks:
- It is impossible to terminate system thread OS/IDLE (with
number of the slot 1),
it is possible to terminate any normal process/thread.
- See also subfunction 18 - terminate
process/thread by the identifier.