project BLF > class Win32Lib > method EndProcessNoOpen
function returns integer
Description
Terminate process without opening it first.
Input param is a process handle.
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
Parameters
iiProcessHandle | input | integer | |
Internal usage
BLF
program code (program1/win32lib.p)
run TerminateProcess (input iiProcessHandle,
input 0,
output viResult).
return viResult.