DevHlp_KillProc kills a process unconditionally.
Calling Sequence in Assembler
MOV BX, pid MOV DL, DevHlp_KillProc CALL [Device_Help]
Results in Assembler
C Clear if the process is killed. AX = zero.
C Set if error. AX = Error code.
Possible errors
217 ERROR_ZOMBIE_PROCESS
Calling Sequence in C
Remarks