Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Starting and killing a process

From: jurgens:akcorp at: 10-Jan-2003 2:08

Glad it helped. Coincidentally, I have been grappling with the same problem today (although not in REBOL). I made the same error. Here are a couple of MS references if you do not have them already: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/createprocess.asp and http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/process_information_str.asp It sounds like you probably know already but the last argument passed to the create process call comes back containing a pointer to a process info structure which contains the handle to the process. Burt [sqlab--gmx--net] wrote: