At 07:59 AM 7/18/2002, Ian Holsman wrote:
Rob Saccoccio wrote:
The HANDLE members in the STARTUPINFO struct used in the call to
CreateProcess() aren't currently initialized properly...
--rob
Commited
Thanks Rob.
Um... -1 on committing this sort of code until I we have some explanation
of what problem the patch attempted to solve. There is a specific meaning
to NULL [default to the parent's handles] ... we need to know the behavior
problem Rob was experiencing.
There is a better patch to this I'd just committed, that will presume
it's an all-or-nothing game, you specify all handles and the process
will have only the handles you define, or specify none and all is well.
Please clarify what mischief the NULL handles caused you, Rob.
Bill