[REBOL] Re: Starting and killing a process
From: greggirwin:mindspring at: 10-Jan-2003 3:19
sgn> After thouroughly reading again some documentation about the C-API I think,
sgn> I was wrong assuming that the return value of CreateProcess is already a
sgn> handle. This and your reference let my try it again at the weekend. I will use
sgn> an OpenProcess before the TerminateProcess command.
CreateProcess returns the process handle in the process structure it
fills. The actual return value for it is just a bool.
-- Gregg