DevHlp KillProc: Difference between revisions
Appearance
Created page with "DevHlp_KillProc kills a process unconditionally. ==Syntax== ===C=== <PRE> </PRE> ===Assembler=== Calling Sequence in Assembler <PRE> MOV BX, pid MOV DL, DevHlp_KillProc CA..." |
(No difference)
|
Revision as of 22:47, 7 June 2017
DevHlp_KillProc kills a process unconditionally.
Syntax
C
Assembler
Calling Sequence in Assembler
MOV BX, pid MOV DL, DevHlp_KillProc CALL [Device_Help]
Parameters
C
Assembler
Return Code
C
Assembler
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 Process is already dead pending collection of result codes by parent.
- 303 ERROR_INVALID_PROCID PID is invalid.